Get desktop application:
View/edit binary Protocol Buffers messages
Used in: ConfirmedBlock
Used in: Message
uint32 program_id_index = 1
bytes accounts = 2
bytes data = 3
string previous_blockhash = 1
string blockhash = 2
uint64 parent_slot = 3
repeated Reward rewards = 5
optional BlockHeight block_height = 7
Used in: ConfirmedBlock
Used in: InnerInstructions
uint32 program_id_index = 1
bytes accounts = 2
bytes data = 3
optional uint32 stack_height = 4
Used in: TransactionStatusMeta
Used in: Transaction
repeated bytes account_keys = 2
bytes recent_blockhash = 3
bool versioned = 5
Used in: Message
bytes account_key = 1
bytes writable_indexes = 2
bytes readonly_indexes = 3
Used in: Message
uint32 num_required_signatures = 1
uint32 num_readonly_signed_accounts = 2
uint32 num_readonly_unsigned_accounts = 3
Used in: TransactionStatusMeta
bytes program_id = 1
bytes data = 2
Used in: ConfirmedBlock, Rewards, TransactionStatusMeta
string pubkey = 1
int64 lamports = 2
uint64 post_balance = 3
string commission = 5
Used in: Reward
Unspecified = 0
Fee = 1
Rent = 2
Staking = 3
Voting = 4
Used in: TransactionStatusMeta
uint32 account_index = 1
string mint = 2
optional UiTokenAmount ui_token_amount = 3
string owner = 4
string program_id = 5
Used in: ConfirmedTransaction
repeated bytes signatures = 1
optional Message message = 2
Used in: TransactionStatusMeta
Used in: ConfirmedTransaction
uint64 fee = 2
repeated uint64 pre_balances = 3
repeated uint64 post_balances = 4
bool inner_instructions_none = 10
repeated string log_messages = 6
bool log_messages_none = 11
repeated TokenBalance pre_token_balances = 7
repeated TokenBalance post_token_balances = 8
repeated Reward rewards = 9
repeated bytes loaded_writable_addresses = 12
repeated bytes loaded_readonly_addresses = 13
optional ReturnData return_data = 14
bool return_data_none = 15
optional uint64 compute_units_consumed = 16
Used in: TokenBalance
double ui_amount = 1
uint32 decimals = 2
string amount = 3
string ui_amount_string = 4
Used in: ConfirmedBlock