Hierarchy

Implements

Constructors

Properties

cache: Cache<Tx<TxBody>>
logger: Logger
queryUtxosByCredentials: boolean

Methods

  • Retrieves UTXOs for the given addresses.

    Important assumption: All addresses provided must be addresses where the caller controls the payment credential. When queryUtxosByCredentials is enabled, this provider queries by reward accounts (stake addresses) and filters results to only include UTXOs with payment credentials extracted from the input addresses. UTXOs with payment credentials not present in the input will be excluded.

    Parameters

    Returns Promise<Utxo[]>

Generated using TypeDoc