GetBalanceMethod extension

on

Methods

getAssetBalance(dynamic scripthash) Future<ScripthashAssetBalances>

Available on RavenElectrumClient, provided by the GetBalanceMethod extension

getAssetBalances(List<String> scripthashes) Future<List<ScripthashAssetBalances>>

Available on RavenElectrumClient, provided by the GetBalanceMethod extension

returns balances in the same order as scripthashes passed in
getBalance(dynamic scripthash) Future<ScripthashBalance>

Available on RavenElectrumClient, provided by the GetBalanceMethod extension

getBalances(List<String> scripthashes) Future<List<ScripthashBalance>>

Available on RavenElectrumClient, provided by the GetBalanceMethod extension

returns balances in the same order as scripthashes passed in