getBalance method

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

Implementation

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