unc-gas
unc-gas is crate to ergonomically operate with NEAR Protocol gas unit in Rust projects.
The crate includes UncGas type and constructors for converting data as UncGas and as u64 type values.
unc-gas examples
use UncGas;
UncGas information
On every transaction you send to the network NEAR charges you a fee (aka gas fee). This fee is used to indirectly pay the people that keep the network infrastructure, and to incentivize developers of smart contracts. For more information.
Crate Features
serde
- serde supportborsh
- borsh supportabi
- unc-abi supportschemars
- schemars supportinteractive-clap
- interactive-clap support
License
This project is licensed under the MIT license and Apache-2.0 license.