Skip to content

RpcOptionalTransactionVerboseData (TypedDict)

Bases: TypedDict

Represents verbose data for a transaction with optional fields based on verbosity level.

ATTRIBUTE DESCRIPTION
transactionId

The transaction ID. Level: Low.

TYPE: str | None

hash

The transaction hash. Level: Low.

TYPE: str | None

computeMass

The computed mass of the transaction. Level: High.

TYPE: int | None

blockHash

The hash of the block containing this transaction. Level: Low.

TYPE: str | None

blockTime

The timestamp of the block containing this transaction. Level: Low.

TYPE: int | None

blockHash instance-attribute

blockHash: str | None

blockTime instance-attribute

blockTime: int | None

computeMass instance-attribute

computeMass: int | None

hash instance-attribute

hash: str | None

transactionId instance-attribute

transactionId: str | None