getCoinInfo method

Future<GetCoinInfoResponse> getCoinInfo(
  1. String coinType
)

Implementation

Future<GetCoinInfoResponse> getCoinInfo(String coinType) =>
    core.getCoinInfo(coinType);