Future<Page<CoinData>> listCoins( String owner, { String coinType = '0x2::sui::SUI', String? cursor, int? limit, }) { return core.listCoins(owner, coinType: coinType, cursor: cursor, limit: limit); }