{"replaceable",RPCArg::Type::BOOL,RPCArg::DefaultHint{"wallet default"},"Signal that this transaction can be replaced by a transaction (BIP 125)"},
{"conf_target",RPCArg::Type::NUM,RPCArg::DefaultHint{"wallet -txconfirmtarget"},"Confirmation target in blocks"},
{"estimate_mode",RPCArg::Type::STR,RPCArg::Default{"unset"},"The fee estimate mode, must be one of (case insensitive):\n"
"\""+FeeModes("\"\n\"")+"\""},
+FeeModesDetail(std::string("economical mode is used if the transaction is replaceable;\notherwise, conservative mode is used"))},
{"avoid_reuse",RPCArg::Type::BOOL,RPCArg::Default{true},"(only available if avoid_reuse wallet flag is set) Avoid spending from dirty addresses; addresses are considered\n"
"dirty if they have previously been used in a transaction. If true, this also activates avoidpartialspends, grouping outputs by their addresses."},
{"fee_rate",RPCArg::Type::AMOUNT,RPCArg::DefaultHint{"not set, fall back to wallet fee estimation"},"Specify a fee rate in "+CURRENCY_ATOM+"/vB."},
@ -349,7 +349,7 @@ RPCHelpMan sendmany()
{"replaceable",RPCArg::Type::BOOL,RPCArg::DefaultHint{"wallet default"},"Signal that this transaction can be replaced by a transaction (BIP 125)"},
{"conf_target",RPCArg::Type::NUM,RPCArg::DefaultHint{"wallet -txconfirmtarget"},"Confirmation target in blocks"},
{"estimate_mode",RPCArg::Type::STR,RPCArg::Default{"unset"},"The fee estimate mode, must be one of (case insensitive):\n"
"\""+FeeModes("\"\n\"")+"\""},
+FeeModesDetail(std::string("economical mode is used if the transaction is replaceable;\notherwise, conservative mode is used"))},
{"fee_rate",RPCArg::Type::AMOUNT,RPCArg::DefaultHint{"not set, fall back to wallet fee estimation"},"Specify a fee rate in "+CURRENCY_ATOM+"/vB."},
{"verbose",RPCArg::Type::BOOL,RPCArg::Default{false},"If true, return extra information about the transaction."},
+FeeModesDetail(std::string("economical mode is used if the transaction is replaceable;\notherwise, conservative mode is used")),RPCArgOptions{.also_positional=true}},
{
"replaceable",RPCArg::Type::BOOL,RPCArg::DefaultHint{"wallet default"},"Marks this transaction as BIP125-replaceable.\n"
"Allows this transaction to be replaced by a transaction with higher fees"