query.kupmios.getunspentoutputs
Home > @blaze-cardano/query > Kupmios > getUnspentOutputs
Kupmios.getUnspentOutputs() method
Gets unspent outputs for a given address.
Signature:
getUnspentOutputs(address: Address): Promise<TransactionUnspentOutput[]>;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| address | Address | Address to fetch unspent outputs for. | 
Returns:
Promise<TransactionUnspentOutput[]>
A promise that resolves to an array of unspent outputs.