AbsoluteTxPosition is a unique transaction position that allows for global ordering of transactions.

interface AbsoluteTxPositionSDKType {
    block_height: bigint;
    tx_index: bigint;
}

Properties

block_height: bigint
tx_index: bigint