{"subtractfeefromamount",RPCArg::Type::BOOL,/* default */"false","The fee will be deducted from the amount being sent.\n"
"The recipient will receive less bitcoins than you enter in the amount field."},
{"replaceable",RPCArg::Type::BOOL,/* default */"wallet default","Allow this transaction to be replaced by a transaction with higher fees via BIP 125"},
{"conf_target",RPCArg::Type::NUM,/* default */"wallet -txconfirmtarget","Confirmation target (in blocks)\n"
"or fee rate (for "+CURRENCY_UNIT+"/kB and "+CURRENCY_ATOM+"/B estimate modes)"},
{"conf_target",RPCArg::Type::NUM,/* default */"wallet -txconfirmtarget","Confirmation target in blocks"},
{"estimate_mode",RPCArg::Type::STR,/* default */"unset",std::string()+"The fee estimate mode, must be one of (case insensitive):\n"
"\""+FeeModes("\"\n\"")+"\""},
{"avoid_reuse",RPCArg::Type::BOOL,/* default */"true","(only available if avoid_reuse wallet flag is set) Avoid spending from dirty addresses; addresses are considered\n"
@ -867,8 +866,7 @@ static RPCHelpMan sendmany()
},
},
{"replaceable",RPCArg::Type::BOOL,/* default */"wallet default","Allow this transaction to be replaced by a transaction with higher fees via BIP 125"},
{"conf_target",RPCArg::Type::NUM,/* default */"wallet -txconfirmtarget","Confirmation target (in blocks)\n"
"or fee rate (for "+CURRENCY_UNIT+"/kB and "+CURRENCY_ATOM+"/B estimate modes)"},
{"conf_target",RPCArg::Type::NUM,/* default */"wallet -txconfirmtarget","Confirmation target in blocks"},
{"estimate_mode",RPCArg::Type::STR,/* default */"unset",std::string()+"The fee estimate mode, must be one of (case insensitive):\n"
"\""+FeeModes("\"\n\"")+"\""},
{"fee_rate",RPCArg::Type::AMOUNT,/* default */"not set, fall back to wallet fee estimation","Specify a fee rate in "+CURRENCY_ATOM+"/vB."},
{"conf_target",RPCArg::Type::NUM,/* default */"wallet -txconfirmtarget","Confirmation target (in blocks)\n"
"or fee rate (for "+CURRENCY_UNIT+"/kB and "+CURRENCY_ATOM+"/B estimate modes)"},
{"conf_target",RPCArg::Type::NUM,/* default */"wallet -txconfirmtarget","Confirmation target in blocks\n"},
{"fee_rate",RPCArg::Type::AMOUNT,/* default */"not set, fall back to wallet fee estimation",
"\nSpecify a fee rate in "+CURRENCY_ATOM+"/vB instead of relying on the built-in fee estimator.\n"
"Must be at least 1 "+CURRENCY_ATOM+"/vB higher than the current transaction fee rate.\n"
@ -4015,8 +4011,7 @@ static RPCHelpMan send()
},
},
},
{"conf_target",RPCArg::Type::NUM,/* default */"wallet -txconfirmtarget","Confirmation target (in blocks)\n"
"or fee rate (for "+CURRENCY_UNIT+"/kB and "+CURRENCY_ATOM+"/B estimate modes)"},
{"conf_target",RPCArg::Type::NUM,/* default */"wallet -txconfirmtarget","Confirmation target in blocks"},
{"estimate_mode",RPCArg::Type::STR,/* default */"unset",std::string()+"The fee estimate mode, must be one of (case insensitive):\n"
"\""+FeeModes("\"\n\"")+"\""},
{"fee_rate",RPCArg::Type::AMOUNT,/* default */"not set, fall back to wallet fee estimation","Specify a fee rate in "+CURRENCY_ATOM+"/vB."},
@ -4027,8 +4022,7 @@ static RPCHelpMan send()
{"change_address",RPCArg::Type::STR_HEX,/* default */"pool address","The bitcoin address to receive the change"},
{"change_position",RPCArg::Type::NUM,/* default */"random","The index of the change output"},
{"change_type",RPCArg::Type::STR,/* default */"set by -changetype","The output type to use. Only valid if change_address is not specified. Options are \"legacy\", \"p2sh-segwit\", and \"bech32\"."},
{"conf_target",RPCArg::Type::NUM,/* default */"wallet -txconfirmtarget","Confirmation target (in blocks)\n"
"or fee rate (for "+CURRENCY_UNIT+"/kB and "+CURRENCY_ATOM+"/B estimate modes)"},
{"conf_target",RPCArg::Type::NUM,/* default */"wallet -txconfirmtarget","Confirmation target in blocks"},
{"estimate_mode",RPCArg::Type::STR,/* default */"unset",std::string()+"The fee estimate mode, must be one of (case insensitive):\n"
"\""+FeeModes("\"\n\"")+"\""},
{"fee_rate",RPCArg::Type::AMOUNT,/* default */"not set, fall back to wallet fee estimation","Specify a fee rate in "+CURRENCY_ATOM+"/vB."},