Skip to main content
Version: 0.2.38

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

Address to fetch unspent outputs for.

Returns:

Promise<TransactionUnspentOutput[]>

A promise that resolves to an array of unspent outputs.