menu
sui package
documentation
grpc/sui_grpc_client.dart
SuiGrpcClient
getCoinInfo method
getCoinInfo method
dark_mode
light_mode
getCoinInfo
method
Future
<
GetCoinInfoResponse
>
getCoinInfo
(
String
coinType
)
Implementation
Future<GetCoinInfoResponse> getCoinInfo(String coinType) => core.getCoinInfo(coinType);
sui package
documentation
grpc/sui_grpc_client
SuiGrpcClient
getCoinInfo method
SuiGrpcClient class