RpcOptionalTransaction (TypedDict)¶
Bases: TypedDict
Represents a transaction with optional fields based on verbosity level.
| ATTRIBUTE | DESCRIPTION |
|---|---|
version |
The transaction version. Level: Full.
TYPE:
|
inputs |
List of transaction inputs.
TYPE:
|
outputs |
List of transaction outputs.
TYPE:
|
lockTime |
The lock time of the transaction. Level: Full.
TYPE:
|
subnetworkId |
The subnetwork ID. Level: Full.
TYPE:
|
gas |
The gas limit. Level: Full.
TYPE:
|
payload |
The transaction payload (hex encoded). Level: High.
TYPE:
|
mass |
The transaction mass. Level: High.
TYPE:
|
verboseData |
Additional verbose data for this transaction.
TYPE:
|