'message':'Clear text message. Use quotes if it contains spaces.',
'encrypted':'Encrypted message',
'amount':'Amount to be sent (in BTC). Type \'!\' to send the maximum available.',
'requested_amount':'Requested amount (in BTC).',
'csv_file':'CSV file of recipient, amount',
}
@ -627,6 +624,17 @@ arg_types = {
'amount':lambdax:Decimal(x)ifx!='!'else'!',
}
config_variables={
'addrequest':{
'requests_dir':'directory where a bip70 file will be written.',
'ssl_privkey':'Path to your SSL private key, needed to sign the request.',
'ssl_chain':'Chain of SSL certificates, needed for signed requests. Put your certificate at the top and the root CA at the end',
},
'listrequests':{
'url_rewrite':'Parameters passed to str.replace(), in order to create the r= part of bitcoin: URIs. Example: \"(\'file:///var/www/\',\'https://electrum.org/\')\"',