ProtonESRAction
public struct ProtonESRAction : Identifiable, Hashable, TokenContractProtocol
Undocumented
-
Undocumented
See moreDeclaration
Swift
public enum ActionType -
Declaration
Swift
public var id: String -
Undocumented
Declaration
Swift
public let type: ActionType -
Undocumented
Declaration
Swift
public let account: Name -
Undocumented
Declaration
Swift
public let name: Name -
Undocumented
Declaration
Swift
public let chainId: ChainId -
Undocumented
Declaration
Swift
public let abi: ABI -
Undocumented
Declaration
Swift
public let data: Data -
Declaration
Swift
public static func == (lhs: ProtonESRAction, rhs: ProtonESRAction) -> Bool -
Declaration
Swift
public func hash(into hasher: inout Hasher) -
Undocumented
Declaration
Swift
public var tokenContract: TokenContract? { get } -
Undocumented
Declaration
Swift
public var transferActionABI: TransferActionABI? { get }
ProtonESRAction Structure Reference