GetUnspentMethod extension

on

Methods

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

Available on RavenElectrumClient, provided by the GetUnspentMethod extension

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

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

Available on RavenElectrumClient, provided by the GetUnspentMethod extension

returns unspents in the same order as scripthashes passed in