listCoins abstract method
List Coin<coinType> objects owned by owner (with per-coin balance).
Implementation
Future<SuiCoinPage> listCoins(
String owner, {
String coinType,
Uint8List? cursor,
int? limit,
});
List Coin<coinType> objects owned by owner (with per-coin balance).
Future<SuiCoinPage> listCoins(
String owner, {
String coinType,
Uint8List? cursor,
int? limit,
});