@wharfkit/session - v4.0.1
    Preparing search index...

    Class TransactionHeader

    Interface that should be implemented by ABI serializable objects.

    Hierarchy (View Summary)

    Index
    delay_sec: VarUInt

    Number of seconds to delay this transaction for during which it may be canceled.

    expiration: TimePointSec

    The time at which a transaction expires.

    max_cpu_usage_ms: UInt8

    Upper limit on the total CPU time billed for this transaction.

    max_net_usage_words: VarUInt

    Upper limit on total network bandwidth (in 8 byte words) billed for this transaction.

    ref_block_num: UInt16

    *Specifies a block num in the last 2^16 blocks.

    ref_block_prefix: UInt32

    Specifies the lower 32 bits of the block id.

    abiFields: ABIField[]
    abiName: string
    • get structFields(): ABIField[]

      Returns ABIField[]

    • 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