Future<Balance> getBalance( String owner, { String coinType = '0x2::sui::SUI', }) { return core.getBalance(owner, coinType: coinType); }