GetUnspentMethod extension

on

Methods

getAssetUnspent(dynamic scripthash) Future<List<ScripthashUnspent>>

Available on RavenElectrumClient, provided by the GetUnspentMethod extension

getAssetUnspents(List<String> scripthashes) Future<List<List<ScripthashUnspent>>>

Available on RavenElectrumClient, provided by the GetUnspentMethod extension

returns unspents in the same order as scripthashes passed in
getUnspent(dynamic scripthash) Future<List<ScripthashUnspent>>

Available on RavenElectrumClient, provided by the GetUnspentMethod extension

getUnspents(List<String> scripthashes) Future<List<List<ScripthashUnspent>>>

Available on RavenElectrumClient, provided by the GetUnspentMethod extension

returns unspents in the same order as scripthashes passed in