Reference to the block.
Chain tag of the blockchain.
Clauses represent the individual conditions or terms in a blockchain transaction.
The address of the gas-payer of the transaction.
NOTE!
delegator
is exposed by
Tx
response of the end-point
Retrieve a block
with query set as ?expanded=true
.gasPayer
.
It's suggested to read as "delegated" the term written as "delegator".Transaction dependency.
Expiration timestamp of the transaction.
Gas limit for the transaction.
Account paying for the gas.
Optional
gasGas price coefficient for the transaction.
Gas used by the transaction.
Unique identifier for the transaction.
Optional
maxThe maximum amount that can be spent to pay for base fee and priority fee expressed in hex. This is an optional hexadecimal expression or null.
Optional
maxThe maximum amount that can be spent to pay for base fee and priority fee expressed in hex. This is an optional hexadecimal expression or null.
Nonce value for preventing replay attacks.
Origin (sender) of the transaction.
Outputs represent the results or consequences of a blockchain transaction.
Amount paid for the transaction.
Indicates if the transaction is reverted.
Reward associated with the transaction.
Size of the transaction in bytes.
Optional
typeType of the transaction (ex: type 81).
TransactionsExpandedBlockDetail is an interface representing detailed information about transactions in a blockchain block.