macro_rules! impl_fungible_token_core {
    ($contract: ident, $token: ident $(, $on_tokens_burned_fn:ident)?) => { ... };
}
👎Deprecated: implement the near_contract_standards::fungible_token::{FungibleTokenCore, FungibleTokenResolver} traits manually instead.
Expand description

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