bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class AbsoluteTxPosition

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

    from message cosmwasm.wasm.v1.AbsoluteTxPosition

    Hierarchy

    Index

    Constructors

    Properties

    blockHeight: bigint = protoInt64.zero

    BlockHeight is the block the contract was created at

    from field: uint64 block_height = 1;

    txIndex: bigint = protoInt64.zero

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

    from field: uint64 tx_index = 2;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "cosmwasm.wasm.v1.AbsoluteTxPosition"

    Methods