GetUnspentMethod extension

on

Methods

getAssetUnspent(dynamic scripthash) Future<List<ScripthashUnspent>>
getAssetUnspents<T>(List<String> scripthashes) Future<List<T>>
returns unspents in the same order as scripthashes passed in
getUnspent(dynamic scripthash) Future<List<ScripthashUnspent>>
getUnspents<T>(List<String> scripthashes) Future<List<T>>
returns unspents in the same order as scripthashes passed in