Crate snarkvm_ledger_query

Crate snarkvm_ledger_query 

Source

Structs§

RestError
Make the REST error type available public as it can be used for any API endpoint. The serialized REST error sent over the network.
RestQuery
Queries that use a node’s REST API as their source of information.
StaticQuery

Enums§

Query
Allows inspecting the state of the blockstain using either local state or a remote endpoint.

Traits§

QueryTrait