getCoinMetadata method

Future<GetCoinInfoResponse> getCoinMetadata(
  1. String coinType
)

Legacy alias of getCoinInfo-derived total supply.

Implementation

Future<GetCoinInfoResponse> getCoinMetadata(String coinType) =>
    getCoinInfo(coinType);