Module fungible_token

Source
Expand description

Fungible tokens as described in by the spec.

This module represents a Fungible Token standard.

§Examples

See FungibleTokenCore and FungibleTokenResolver for example usage and FungibleToken for core standard implementation.

Re-exports§

pub use crate::fungible_token::core::FungibleTokenCore;
pub use core_impl::Balance;
pub use core_impl::FungibleToken;
pub use resolver::FungibleTokenResolver;

Modules§

core
core_impl
events
Standard for nep141 (Fungible Token) events.
macros
metadata
receiver
resolver
storage_impl