niftygate-bindings 0.8.0

OpenZeppelin Bindings for NiftyGate
Documentation
#![allow(clippy::all)]

pub mod ierc2981;
pub mod marketplace;
pub mod royalties_payment;
pub mod token;

pub use ierc2981::*;
pub use marketplace::*;
pub use royalties_payment::*;
pub use token::*;