interface TxContext {
    epoch: bigint;
    epoch_timestamp_ms: bigint;
    ids_created: bigint;
    sender: string;
    tx_hash: number[];
}

Properties

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