Get desktop application:
View/edit binary Protocol Buffers messages
ExecutionAPI is the API provided by the execution nodes.
ExecuteScriptAtBlockID executes a ready-only Cadence script against the execution state at the block with the given ID.
GetAccountAtBlockID gets an account by address at the given block ID
GetBlockHeaderByID gets a block header by ID.
GetEventsForBlockIDs retrieves events for all the specified block IDs that have the given type
GetLatestBlockHeader gets the latest sealed or unsealed block header.
GetRegisterAtBlockID collects a register at the block with the given ID (if available).
GetTransactionResult gets the result of a transaction.
GetTransactionResultByIndex gets the result of a transaction at the index .
GetTransactionResultByIndex gets the results of all transactions in the block ordered by transaction index
Ping is used to check if the access node is alive and healthy.
(message has no fields)
(message has no fields)
Used as response type in: ExecutionAPI.GetBlockHeaderByID, ExecutionAPI.GetLatestBlockHeader
Used in:
Used as response type in: ExecutionAPI.GetTransactionResult, ExecutionAPI.GetTransactionResultByIndex
Used as field type in: