Get desktop application:
View/edit binary Protocol Buffers messages
AccessAPI is the public-facing API provided by access nodes.
Ping is used to check if the access node is alive and healthy.
(message has no fields)
(message has no fields)
GetLatestBlockHeader gets the latest sealed or unsealed block header.
GetBlockHeaderByID gets a block header by ID.
GetBlockHeaderByHeight gets a block header by height.
GetLatestBlock gets the full payload of the latest sealed or unsealed block.
GetBlockByID gets a full block by ID.
GetBlockByHeight gets a full block by height.
GetCollectionByID gets a collection by ID.
SendTransaction submits a transaction to the network.
GetTransaction gets a transaction by ID.
GetTransactionResult gets the result of a transaction.
GetAccount is an alias for GetAccountAtLatestBlock. Warning: this function is deprecated. It behaves identically to GetAccountAtLatestBlock and will be removed in a future version.
GetAccountAtLatestBlock gets an account by address from the latest sealed execution state.
GetAccountAtBlockHeight gets an account by address at the given block height
ExecuteScriptAtLatestBlock executes a read-only Cadence script against the latest sealed execution state.
ExecuteScriptAtBlockID executes a ready-only Cadence script against the execution state at the block with the given ID.
ExecuteScriptAtBlockHeight executes a ready-only Cadence script against the execution state at the given block height.
GetEventsForHeightRange retrieves events emitted within the specified block range.
GetEventsForBlockIDs retrieves events for the specified block IDs and event type.
GetNetworkParameters retrieves the Flow network details
(message has no fields)
Used as response type in: AccessAPI.GetAccountAtBlockHeight, AccessAPI.GetAccountAtLatestBlock
Used as response type in: AccessAPI.GetBlockHeaderByHeight, AccessAPI.GetBlockHeaderByID, AccessAPI.GetLatestBlockHeader
Used as response type in: AccessAPI.GetBlockByHeight, AccessAPI.GetBlockByID, AccessAPI.GetLatestBlock
Used as response type in: AccessAPI.GetEventsForBlockIDs, AccessAPI.GetEventsForHeightRange
Used in:
Used as response type in: AccessAPI.ExecuteScriptAtBlockHeight, AccessAPI.ExecuteScriptAtBlockID, AccessAPI.ExecuteScriptAtLatestBlock
Used as request type in: AccessAPI.GetTransaction, AccessAPI.GetTransactionResult