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