pub trait Nep148 {
    fn ft_metadata(&self) -> FungibleTokenMetadata;
}
Expand description

Contract that supports the NEP-148 metadata standard

Required Methods§

Returns the metadata struct for this contract.

Implementors§