getCoins method
Implementation
@override
Future<PaginatedCoins> getCoins(
String owner, {
String? coinType,
String? cursor,
int? limit,
}) =>
client.getCoins(owner, coinType: coinType, cursor: cursor, limit: limit);
@override
Future<PaginatedCoins> getCoins(
String owner, {
String? coinType,
String? cursor,
int? limit,
}) =>
client.getCoins(owner, coinType: coinType, cursor: cursor, limit: limit);