OptionalchangeOptionalfromOptional. Addresses to send funds from.
If not provided, utxos can be used.
Preference would be given to utxos array.
OptionalmemoOptional. Memo to include in the transaction.
OptionalminOptional. 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.
OptionalutxosOptional. 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,
fromAddresseswill be used. Preference would be given tochangeAddressesarray.