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
Copy file name to clipboardExpand all lines: reference/rpc/importmulti.rst
+7-8Lines changed: 7 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -21,14 +21,6 @@ Argument #1 - requests
21
21
**Type:** json array, required
22
22
23
23
Data to be imported
24
-
"range": n or [n,n], (numeric or array) If a ranged descriptor is used, this specifies the end or the range (in the form [begin,end]) to import
25
-
"internal": bool, (boolean, optional, default=false) Stating whether matching outputs should be treated as not incoming payments (also known as change)
26
-
"watchonly": bool, (boolean, optional, default=false) Stating whether matching outputs should be considered watchonly.
27
-
"label": "str", (string, optional, default='') Label to assign to the address, only allowed with internal=false
28
-
"keypool": bool, (boolean, optional, default=false) Stating whether imported public keys should be added to the keypool for when users request new addresses. Only allowed when wallet private keys are disabled
29
-
},
30
-
...
31
-
]
32
24
33
25
::
34
26
@@ -52,6 +44,13 @@ Data to be imported
52
44
"key", (string)
53
45
...
54
46
],
47
+
"range": n or [n,n], (numeric or array) If a ranged descriptor is used, this specifies the end or the range (in the form [begin,end]) to import
48
+
"internal": bool, (boolean, optional, default=false) Stating whether matching outputs should be treated as not incoming payments (also known as change)
49
+
"watchonly": bool, (boolean, optional, default=false) Stating whether matching outputs should be considered watchonly.
50
+
"label": "str", (string, optional, default='') Label to assign to the address, only allowed with internal=false
51
+
"keypool": bool, (boolean, optional, default=false) Stating whether imported public keys should be added to the keypool for when users request new addresses. Only allowed when wallet private keys are disabled
0 commit comments