getTokenMetadata abstract method

Future<TokenMetadataResponse> getTokenMetadata(
  1. 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,
);