Module smarthub_sdk::mt::base::core_impl

source ·

Modules

Structs

Implementation of a MultiFungibleToken standard. Allows to include NEP-141 compatible token to any contract. There are next traits that any contract may implement: - MultiFungibleTokenCore – interface with mt_transfer methods. MultiFungibleToken provides methods for it. - MultiFungibleTokenMetaData – return metadata for the token in NEP-148, up to contract to implement. - StorageManager – interface for NEP-145 for allocating storage per account. MultiFungibleToken provides methods for it. - AccountRegistrar – interface for an account to register and unregister

Enums

Traits