Interface that should be implemented by ABI serializable objects.

Hierarchy-Diagram

UML class diagram of ActionObject
Legend
icon for a class in the UML class diagram class
icon for a public method in the UML class diagram public method
underlined static property/method

Hierarchy (view full)

Properties

@timestamp: string
abi_sequence: number
account_ram_deltas: AccountRamDelta[]
act_digest: string
action_ordinal: number
block_id: string
block_num: number
code_sequence: number
cpu_usage_us: number
creator_action_ordinal: number
global_sequence: number
net_usage_words: number
producer: string
receipts: Receipt[]
signatures: Signature[]
timestamp: string
trx_id: string
abiFields: ABIField[]
abiName: string = '__struct'

Accessors

  • get structFields(): ABIField[]
  • Returns ABIField[]

Methods

  • Return true if this struct equals the other.

    Note: This compares the ABI encoded bytes of both structs, subclasses should implement their own fast equality check when possible.

    Parameters

    • other: any

    Returns boolean