smarthub-sdk 0.1.0

Rust library for writing NEAR smart contracts.
Documentation
pub mod base;
pub use self::base::{ EscrowCore, EscrowResolver, EscrowEnumeration, EscrowFeature };

pub(crate) mod events;

pub mod metadata;

pub use self::metadata::*;
pub use self::events::*;