near-api 0.8.6

Rust library to interact with NEAR Protocol via RPC API
Documentation
1
2
3
4
5
const META_TRANSACTION_VALID_FOR_DEFAULT: near_api_types::BlockHeight = 1000;

pub mod query;
pub mod send;
pub mod utils;