listCoins abstract method

Future<SuiCoinPage> listCoins(
  1. String owner, {
  2. String coinType,
  3. Uint8List? cursor,
  4. int? limit,
})

List Coin<coinType> objects owned by owner (with per-coin balance).

Implementation

Future<SuiCoinPage> listCoins(
  String owner, {
  String coinType,
  Uint8List? cursor,
  int? limit,
});