'lightning_amount':"Amount sent or received in a submarine swap. Set it to 'dryrun' to receive a value",
'onchain_amount':"Amount sent or received in a submarine swap. Set it to 'dryrun' to receive a value",
'from_amount':'Amount to convert',
}
command_options={
@ -1401,6 +1430,8 @@ command_options = {
'connection_string':(None,"Lightning network node ID or network address"),
'new_fee_rate':(None,"The Updated/Increased Transaction fee rate (in sat/byte)"),
'strategies':(None,"Select RBF any one or multiple RBF strategies in any order, separated by ','; Options : 'CoinChooser','DecreaseChange','DecreasePayment'"),
'from_ccy':(None,"Currency to convert from"),
'to_ccy':(None,"Currency to convert to (default: BTC)"),