Skip to content

Commit

Permalink
Added 2 comments on Solana block type
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh committed Oct 24, 2024
1 parent be85c9a commit 933e9bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions proto/sf/solana/type/v1/type.proto
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ message Message {
MessageHeader header = 1;
repeated bytes account_keys = 2;
bytes recent_blockhash = 3;
// Top-level instructions
// T instructions (?)
repeated CompiledInstruction instructions = 4;
bool versioned = 5;
repeated MessageAddressTableLookup address_table_lookups = 6;
Expand All @@ -55,6 +57,9 @@ message TransactionStatusMeta {
uint64 fee = 2;
repeated uint64 pre_balances = 3;
repeated uint64 post_balances = 4;
// InnerInstructions are instructions made to external programs as part of the transaction.
//
// Count == len(I)
repeated InnerInstructions inner_instructions = 5;
// bool inner_instructions_none = 10;
repeated string log_messages = 6;
Expand Down

0 comments on commit 933e9bf

Please sign in to comment.