Hierarchy

  • CreateTransactionProps

Properties

changeAddress: string | Address

The change address of the transaction, can be address string or Address Object that's created from the library

fee?: bigint

The transaction fee. Defaults to 0. If fee is not passed, the library will figure out the network fee and subtract it from the final amount

outputs: SendOutputProps[]

The outputs of the transaction, each output has key recipient and amount

priorityFee?: number

The priority fee of the transaction. Defaults to 0.

utxoSet: UtxoSet

A UtxoSet object, can be created by UtxoSet.from({ entries: UTXO_FROM_RPC })

Generated using TypeDoc