GetBalanceMethod extension

on

Methods

getAssetBalance(dynamic scripthash) Future<ScripthashAssetBalances>

Available on RavenElectrumClient, provided by the GetBalanceMethod extension

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

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<T>(List<String> scripthashes) Future<List<T>>

Available on RavenElectrumClient, provided by the GetBalanceMethod extension

returns balances in the same order as scripthashes passed in