#[derive(FungibleToken)]
{
    // Attributes available to this derive:
    #[fungible_token]
}
Expand description

Implements NEP-141 and NEP-148 functionality, like #[derive(Nep141, Nep148)].

Attributes are the union of those for the constituent derive macros. Specify attributes with #[fungible_token(...)].