query.provider.resolveunspentoutputs
Home > @blaze-cardano/query > Provider > resolveUnspentOutputs
Provider.resolveUnspentOutputs() method
Resolves the unspent outputs for a given set of transaction inputs.
Signature:
abstract resolveUnspentOutputs(txIns: TransactionInput[]): Promise<TransactionUnspentOutput[]>;
Parameters
Parameter |
Type |
Description |
---|---|---|
txIns |
TransactionInput[] |
The transaction inputs to resolve unspent outputs for. |
Returns:
Promise<TransactionUnspentOutput[]>
{Promise<TransactionUnspentOutput[]>} - The resolved unspent outputs.