ProtonESRAction

public struct ProtonESRAction : Identifiable, Hashable, TokenContractProtocol

Undocumented

  • Undocumented

    See more

    Declaration

    Swift

    public enum ActionType
  • id

    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
  • abi

    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 }