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