Macro near_contract_standards::impl_fungible_token_core[][src]

macro_rules! impl_fungible_token_core {
    ($contract : ident, $token : ident $(, $on_tokens_burned_fn : ident) ?) => { ... };
}
Expand description

The core methods for a basic fungible token. Extension standards may be added in addition to this macro.