GetBalanceMethod extension

on

Methods

getAssetBalance(dynamic scripthash) Future<ScripthashAssetBalances>
getAssetBalances<T>(List<String> scripthashes) Future<List<T>>
returns balances in the same order as scripthashes passed in
getBalance(dynamic scripthash) Future<ScripthashBalance>
getBalances<T>(List<String> scripthashes) Future<List<T>>
returns balances in the same order as scripthashes passed in