gns 0.1.0

Gns name service package to interact with smart contracts
Documentation
1
2
3
4
5
6
7
mod error;
pub mod registrar;
pub mod registry;
pub mod resolver;
pub mod utils;

pub use crate::error::ContractError;