@sentio/sdk
    Preparing search index...
    interface TxContext {
        epoch: bigint;
        epoch_timestamp_ms: bigint;
        ids_created: bigint;
        sender: string;
        tx_hash: number[];
    }
    Index

    Properties

    epoch: bigint
    epoch_timestamp_ms: bigint
    ids_created: bigint
    sender: string
    tx_hash: number[]