getCoinMetadata method
Legacy alias of getCoinInfo-derived total supply.
Implementation
Future<GetCoinInfoResponse> getCoinMetadata(String coinType) =>
getCoinInfo(coinType);
Legacy alias of getCoinInfo-derived total supply.
Future<GetCoinInfoResponse> getCoinMetadata(String coinType) =>
getCoinInfo(coinType);