Module flow_sdk::access [−][src]
Expand description
Access API type definitions
This modules contains definitions for requests and responses of the access API.
Structs
An account.
A block header.
Full information about a block.
A collection.
Search results for events in multiple blocks.
Search results for events in a single block.
Executes a script (maybe with arguments) at a block specified by its height.
Executes a script (maybe with arguments) at a block specified by its block ID.
Executes a script (maybe with arguments) at the latest block.
The return value of the script.
An execution result.
Retrieves information of an account at the specific block height.
Retrieves information of an account at the latest block.
Gets full information about a block by its height.
Gets full information about a block by its id.
Gets a block’s header by its height.
Gets a block’s header by id.
Gets information about a collection by its id.
Search for events in a collection of blocks specified by its block id.
Search for events in a height range.
Retrieves execution result for given block. It is different from Transaction Results, and contain data about chunks/collection level execution results rather than particular transactions. Particularly, it contains EventsCollection hash for every chunk which can be used to verify the events for a block.
Gets the latest block’s header.
Gets full information about the latest block.
Retrieves the latest Protocol state snapshot serialized as a byte array.
Get network parameters.
The network parameters.
Gets a transaction’s details by its id.
Ping.
Pong.
A protocol state snapshot.
Sends a transaction over the network.
The id of the transaction on the network.
The full details of a transaction.
The results of a transaction.