Get desktop application:
View/edit binary Protocol Buffers messages
Used in: access.AccountResponse, access.GetAccountResponse, execution.GetAccountAtBlockIDResponse
bytes address = 1
uint64 balance = 2
bytes code = 3
Used in: Account
uint32 index = 1
bytes public_key = 2
uint32 sign_algo = 3
uint32 hash_algo = 4
uint32 weight = 5
uint32 sequence_number = 6
Used in: access.BlockResponse
bytes id = 1
bytes parent_id = 2
uint64 height = 3
repeated BlockSeal block_seals = 6
repeated bytes signatures = 7
Used in: access.BlockHeaderResponse
bytes id = 1
bytes parent_id = 2
uint64 height = 3
Used in: Block
bytes block_id = 1
bytes execution_receipt_id = 2
repeated bytes execution_receipt_signatures = 3
repeated bytes result_approval_signatures = 4
Used in: access.CollectionResponse
bytes id = 1
repeated bytes transaction_ids = 2
Used in: Block
bytes collection_id = 1
repeated bytes signatures = 2
Used in: access.EventsResponse.Result, access.TransactionResultResponse, execution.GetEventsForBlockIDsResponse.Result, execution.GetTransactionResultResponse
string type = 1
bytes transaction_id = 2
uint32 transaction_index = 3
uint32 event_index = 4
bytes payload = 5
Used in: access.SendTransactionRequest, access.TransactionResponse
bytes script = 1
repeated bytes arguments = 2
bytes reference_block_id = 3
uint64 gas_limit = 4
bytes payer = 6
repeated bytes authorizers = 7
Used in: Transaction
bytes address = 1
uint32 key_id = 2
uint64 sequence_number = 3
Used in: Transaction
bytes address = 1
uint32 key_id = 2
bytes signature = 3
Used in: access.TransactionResultResponse
UNKNOWN = 0
PENDING = 1
FINALIZED = 2
EXECUTED = 3
SEALED = 4
EXPIRED = 5