unc-gas 0.10.0

a small crate to work with NEAR Gas unit values ergonomically and efficiently (NEAR Protocol)
Documentation
1
2
3
4
5
use crate::UncGas;

impl interactive_clap::ToCli for UncGas {
    type CliVariant = UncGas;
}