Interface that should be implemented by ABI serializable objects.

Hierarchy

  • TrxVariant

Implements

Constructors

Properties

Accessors

Methods

Constructors

  • Parameters

    Returns TrxVariant

Properties

extra: Record<string, any>
abiName: string

Accessors

  • get signatures(): undefined | Signature[]
  • Returns undefined | Signature[]

  • get transaction(): undefined | Transaction
  • Returns undefined | Transaction

Methods

  • Return true if the object equals the other object passed.

    Parameters

    • other: any

    Returns boolean

  • Parameters

    • data: any

    Returns TrxVariant