You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"\"address\": x.xxx, (obj, optional) A key-value pair. The key (string) is the bitcoin address, the value (float or string) is the amount in " + CURRENCY_UNIT + "\n"
467
467
" },\n"
468
468
" {\n"
469
-
"\"data\": \"hex\" (obj, optional) A key-value pair. The key must be \"data\", the value is hexencoded data\n"
469
+
"\"data\": \"hex\" (obj, optional) A key-value pair. The key must be \"data\", the value is hex-encoded data\n"
470
470
" }\n"
471
471
" ,... More key-value pairs of the above form. For compatibility reasons, a dictionary, which holds the key-value pairs directly, is also\n"
472
472
" accepted as second parameter.\n"
473
473
" ]\n"
474
474
"3. locktime (numeric, optional, default=0) Raw locktime. Non-0 value also locktime-activates inputs\n"
475
-
"4. replaceable (boolean, optional, default=false) Marks this transaction as BIP125replaceable.\n"
475
+
"4. replaceable (boolean, optional, default=false) Marks this transaction as BIP125-replaceable.\n"
476
476
" Allows this transaction to be replaced by a transaction with higher fees. If provided, it is an error if explicit sequence numbers are incompatible.\n"
477
477
"\nResult:\n"
478
478
"\"transaction\" (string) hex string of the transaction\n"
"\"address\": x.xxx, (obj, optional) A key-value pair. The key (string) is the bitcoin address, the value (float or string) is the amount in " + CURRENCY_UNIT + "\n"
1588
1588
" },\n"
1589
1589
" {\n"
1590
-
"\"data\": \"hex\" (obj, optional) A key-value pair. The key must be \"data\", the value is hexencoded data\n"
1590
+
"\"data\": \"hex\" (obj, optional) A key-value pair. The key must be \"data\", the value is hex-encoded data\n"
1591
1591
" }\n"
1592
1592
" ,... More key-value pairs of the above form. For compatibility reasons, a dictionary, which holds the key-value pairs directly, is also\n"
0 commit comments