sf.solana.type.v1.Block
This Block is backwards compatible with solana.storage.ConfirmedBlock.ConfirmedBlock from the Solana Labs repositories.
StreamingFast additions
Block model
This Block is backwards compatible with solana.storage.ConfirmedBlock.ConfirmedBlock from the Solana Labs repositories.
Descriptor contract
This Block is backwards compatible with solana.storage.ConfirmedBlock.ConfirmedBlock from the Solana Labs repositories.
StreamingFast additions
InnerInstructions are instructions made to external programs as part of the transaction.
Count == len(I)
bool inner_instructions_none = 10;
bool log_messages_none = 11;
bool return_data_none = 15;
Sum of compute units consumed by all instructions. Available since Solana v1.10.35 / v1.11.6. Set to None for txs executed on earlier versions.
Top-level instructions T instructions (?)
Invocation stack height of an inner instruction. Available since Solana v1.14.6 Set to None for txs executed on earlier versions.
Unspecified = 0
Fee = 1
Rent = 2
Staking = 3
Voting = 4