package flow.access

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service AccessAPI

access.proto:20

AccessAPI is the public-facing API provided by access nodes.

message AccountBalanceResponse

access.proto:463

Used as response type in: AccessAPI.GetAccountBalanceAtBlockHeight, AccessAPI.GetAccountBalanceAtLatestBlock

message AccountKeyResponse

access.proto:497

Used as response type in: AccessAPI.GetAccountKeyAtBlockHeight, AccessAPI.GetAccountKeyAtLatestBlock

message AccountKeysResponse

access.proto:492

Used as response type in: AccessAPI.GetAccountKeysAtBlockHeight, AccessAPI.GetAccountKeysAtLatestBlock

message AccountResponse

access.proto:444

Used as response type in: AccessAPI.GetAccountAtBlockHeight, AccessAPI.GetAccountAtLatestBlock

message BlockHeaderResponse

access.proto:314

Used as response type in: AccessAPI.GetBlockHeaderByHeight, AccessAPI.GetBlockHeaderByID, AccessAPI.GetLatestBlockHeader

message BlockResponse

access.proto:337

Used as response type in: AccessAPI.GetBlockByHeight, AccessAPI.GetBlockByID, AccessAPI.GetLatestBlock

message EventsResponse

access.proto:542

Used as response type in: AccessAPI.GetEventsForBlockIDs, AccessAPI.GetEventsForHeightRange

message EventsResponse.Result

access.proto:543

Used in: EventsResponse

message ExecuteScriptResponse

access.proto:521

Used as response type in: AccessAPI.ExecuteScriptAtBlockHeight, AccessAPI.ExecuteScriptAtBlockID, AccessAPI.ExecuteScriptAtLatestBlock

message GetTransactionRequest

access.proto:374

Used as request type in: AccessAPI.GetTransaction, AccessAPI.GetTransactionResult

message GetTransactionsByBlockIDRequest

access.proto:396

Used as request type in: AccessAPI.GetTransactionResultsByBlockID, AccessAPI.GetTransactionsByBlockID

message ProtocolStateSnapshotResponse

access.proto:573

Used as response type in: AccessAPI.GetLatestProtocolStateSnapshot, AccessAPI.GetProtocolStateSnapshotByBlockID, AccessAPI.GetProtocolStateSnapshotByHeight

message SubscribeBlockDigestsResponse

access.proto:729

The response for SubscribeBlockDigestsFromStartBlockID, SubscribeBlockDigestsFromStartHeight, SubscribeBlockDigestsFromLatest

Used as response type in: AccessAPI.SubscribeBlockDigestsFromLatest, AccessAPI.SubscribeBlockDigestsFromStartBlockID, AccessAPI.SubscribeBlockDigestsFromStartHeight

message SubscribeBlockHeadersResponse

access.proto:687

The response for SubscribeBlockHeadersFromStartBlockID, SubscribeBlockHeadersFromStartHeight, SubscribeBlockHeadersFromLatest

Used as response type in: AccessAPI.SubscribeBlockHeadersFromLatest, AccessAPI.SubscribeBlockHeadersFromStartBlockID, AccessAPI.SubscribeBlockHeadersFromStartHeight

message SubscribeBlocksResponse

access.proto:645

The response for SubscribeBlocksFromStartBlockID, SubscribeBlocksFromStartHeight, SubscribeBlocksFromLatest

Used as response type in: AccessAPI.SubscribeBlocksFromLatest, AccessAPI.SubscribeBlocksFromStartBlockID, AccessAPI.SubscribeBlocksFromStartHeight

message TransactionResponse

access.proto:411

Used as response type in: AccessAPI.GetSystemTransaction, AccessAPI.GetTransaction

message TransactionResultResponse

access.proto:416

Used as response type in: AccessAPI.GetSystemTransactionResult, AccessAPI.GetTransactionResult, AccessAPI.GetTransactionResultByIndex

Used as field type in: SendAndSubscribeTransactionStatusesResponse, TransactionResultsResponse