Skip to main content

core.utxoselectionerror

Home > @blaze-cardano/core > UTxOSelectionError

UTxOSelectionError class

Signature:

export 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)