ping
GetLatestBlockHeader
GetBlockHeaderByID
GetBlockHeaderByHeight
GetLatestBlock
GetBlockByID
GetBlockByHeight
GetCollectionByID
SendTransaction
SendTransactionRequest
message contains the transaction that is being request to be executed.SendTransactionResponse
message contains the ID of the submitted transaction.GetTransaction
GetTransactionRequest
contains the ID of the transaction that is being queried.TransactionResponse
contains the basic information about a transaction, but does not include post-execution results.GetTransactionResult
GetAccount
GetAccountAtLatestBlock
and will be removed in a future version.GetAccountAtLatestBlock
GetAccountAtBlockHeight
ExecuteScriptAtLatestBlock
ExecuteScriptAtBlockID
ExecuteScriptAtBlockHeight
GetEventsForHeightRange
start_height
and end_height
(inclusive) fields and further filtered by event type via the type
field.start_height
is greater than the current sealed chain height, then this method will return an error.end_height
is greater than the current sealed chain height, then this method will return events up to and including the latest sealed block.GetEventsForBlockIDs
block_ids
field and further filtered by event type via the type
field.GetNetworkParameters
flow-mainnet
, flow-testnet
or flow-emulator
GetLatestProtocolStateSnapshotRequest
contracts
instead)code
and contracts
fields contain the raw Cadence source code, encoded as UTF-8 bytes.