Skip to main content
Version: Next

sdk.core.utxoselectionerror

Home > @blaze-cardano/sdk > Core > UTxOSelectionError

Core.UTxOSelectionError class

Signature:

declare class UTxOSelectionError extends Error 

Extends: Error

Constructors

Constructor

Modifiers

Description

(constructor)(phase, dearth, availableInputs, selectedInputs, bestStep)

Constructs a new instance of the UTxOSelectionError class

Properties

Property

Modifiers

Type

Description

availableInputs?

TransactionUnspentOutput[] | undefined

(Optional)

bestStep?

[bigint | number, Value, number] | undefined

(Optional)

dearth

Value

phase

SelectionPhase

selectedInputs?

TransactionUnspentOutput[] | undefined

(Optional)