Specific TXOs to use as inputs to this transaction
fee_value
string(u64)
The fee value to submit with this transaction. If not provided, uses MINIMUM_FEE of the first outputs token_id, if available, or defaults to MOB
fee_token_id
string(u64)
The fee token to submit with this transaction. If not provided, uses token_id of first output, if available, or defaults to MOB
tombstone_block
string(u64)
The block after which this transaction expires. If not provided, uses cur_height + 10
max_spendable_value
string(u64)
The maximum amount for an input TXO selected for this transaction
block_version
string(u64)
The block version to build this transaction for. Defaults to the network block version
sender_memo_credential_subaddress_index
string(u64)
The subaddress to generate the SenderMemoCredentials from. Defaults to the default subaddress for the account.
payment_request_id
string(u64)
The payment request id to set in the RTH Memo.
comment
string
Comment to annotate this transaction in the transaction log
spend_subaddress
string
If specified, the subaddress from which to spend funds. If sufficient funds are not availble that have been received only at this subaddress, an InsufficientFunds error is thrown.
If an account is not fully-synced, you may see the following error message:
Call check_balance for the account, and note the synced_blocks value. If that value is less than the local_block_height value, then your TXOs may not all be updated to their spent status.