Interface AnyTransaction

Hierarchy

Properties

actions?: AnyAction[]

The actions in the transaction.

context_free_actions?: AnyAction[]

The context free actions in the transaction.

delay_sec?: any

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

expiration: any

The time at which a transaction expires.

max_cpu_usage_ms?: any

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

max_net_usage_words?: any

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

ref_block_num: any

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

ref_block_prefix: any

Specifies the lower 32 bits of the block id.

transaction_extensions?: {
    data: BytesType;
    type: any;
}[]

Transaction extensions.