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
map<string, bytes> contracts = 5
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
bool revoked = 7
Used in: BlockSeal
repeated bytes verifier_signatures = 1
repeated bytes signer_ids = 2
Used in: access.BlockResponse
bytes id = 1
bytes parent_id = 2
uint64 height = 3
repeated BlockSeal block_seals = 6
repeated bytes signatures = 7
repeated ExecutionResult execution_result_list = 9
optional BlockHeader block_header = 10
Used in: access.BlockHeaderResponse, Block, execution.BlockHeaderResponse
bytes id = 1
bytes parent_id = 2
uint64 height = 3
bytes payload_hash = 5
uint64 view = 6
repeated bytes parent_voter_ids = 7
bytes parent_voter_sig_data = 8
bytes proposer_id = 9
bytes proposer_sig_data = 10
string chain_id = 11
bytes parent_voter_indices = 12
Used in: Block
bytes block_id = 1
bytes execution_receipt_id = 2
repeated bytes execution_receipt_signatures = 3
repeated bytes result_approval_signatures = 4
bytes final_state = 5
bytes result_id = 6
Used in: ExecutionResult
uint32 CollectionIndex = 1
bytes start_state = 2
bytes event_collection = 3
bytes block_id = 4
uint64 total_computation_used = 5
uint32 number_of_transactions = 6
uint64 index = 7
bytes end_state = 8
bytes execution_data_id = 9
Used in: access.CollectionResponse
bytes id = 1
repeated bytes transaction_ids = 2
Used in: Block
bytes collection_id = 1
repeated bytes signatures = 2
bytes reference_block_id = 3
bytes signature = 4
repeated bytes signer_ids = 5
bytes signer_indices = 6
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: Block
bytes executor_id = 1
bytes result_id = 2
repeated bytes spocks = 3
bytes executor_signature = 4
Used in: access.ExecutionResultForBlockIDResponse, Block
bytes previous_result_id = 1
bytes block_id = 2
repeated Chunk chunks = 3
repeated ServiceEvent service_events = 4
bytes execution_data_id = 5
Used in: ExecutionResult
string type = 1
bytes payload = 2
Used in: access.SendTransactionRequest, access.TransactionResponse, access.TransactionsResponse
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