pub trait NonFungibleTokenMetadataProvider {
    fn nft_metadata(&self) -> NFTContractMetadata;
}
Expand description

Offers details on the contract-level metadata.

Required Methods§

Implementors§