Optional
changeOptional
fromOptional. Addresses to send funds from.
If not provided, utxos
can be used.
Preference would be given to utxos
array.
Optional
memoOptional. Memo to include in the transaction.
Optional
minOptional. Earliest time this transaction can be issued. Useful for building transactions using UTXOs that are currently locked but will unlock after this time. If not provided, the current time will be used.
Optional
utxosOptional. UTXOs to use as inputs for the transaction.
If not provided, utxos will be fetched from the fromAddresses
.
Preference would be given to utxos
array.
Optional. Addresses to send remaining change to. If not provided,
fromAddresses
will be used. Preference would be given tochangeAddresses
array.