Hierarchy

  • SelectionSkeleton

Properties

Properties

change: TxOut[]

A set of change values. Does not account for fee.

From the point of view of a wallet, this represents the change to be returned to the wallet.

fee: bigint

Estimated fee for the transaction. This value is included in 'change', so the actual change returned by the transaction is change-fee.

inputs: Set<Utxo>

A set of inputs, equivalent to a subset of the initial UTxO set.

From the point of view of a wallet, this represents the value that has been selected from the wallet in order to cover the total payment value.

outputs: Set<TxOut>

Set of payments to be made to recipient addresses.

Generated using TypeDoc