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

interface AbsoluteTxPositionAmino {
    block_height?: string;
    tx_index?: string;
}

Properties

block_height?: string

BlockHeight is the block the contract was created at

tx_index?: string

TxIndex is a monotonic counter within the block (actual transaction index, or gas consumed)