Crate near_fetch

Source

Re-exports§

pub use crate::error::Error;

Modules§

error
ops
All operation types that are generated/used when commiting transactions to the network.
query
This module defines a bunch of internal types used solely for querying into RPC methods to retrieve info about what’s on the chain. Note that the types defined are exposed as-is for users to reference in their own functions or structs as needed. These types cannot be created outside of near_fetch.
result
Result and execution types from results of RPC calls to the network.
signer

Structs§

Client
Client that implements exponential retrying and caching of access key nonces.

Type Aliases§

CacheKey
Cache key for access key nonces.