getTokenMetadata abstract method
- EthereumAddress tokenAddress
Retrieves token metadata for a specific address.
Given the tokenAddress
, this method returns a TokenMetadataResponse
with information about the token metadata.
Implementation
Future<TokenMetadataResponse> getTokenMetadata(
EthereumAddress tokenAddress,
);