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:
|
hash |
The transaction hash. Level: Low.
TYPE:
|
computeMass |
The computed mass of the transaction. Level: High.
TYPE:
|
blockHash |
The hash of the block containing this transaction. Level: Low.
TYPE:
|
blockTime |
The timestamp of the block containing this transaction. Level: Low.
TYPE:
|