pub trait FungibleTokenMetadataProvider { // Required method fn ft_metadata(&self) -> FungibleTokenMetadata; }