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
"\"hex\" : \"hex\", (string, optional) The redeemscript for the p2sh address.\n"
157
-
"\"pubkeys\" (array, optional) Array of pubkeys associated with the known redeemscript (only if script is multisig).\n"
158
-
" [\n"
159
-
"\"pubkey\" (string)\n"
160
-
" ,...\n"
161
-
" ]\n"
162
-
"\"sigsrequired\" : xxxxx (numeric, optional) The number of signatures required to spend multisig output (only if script is multisig).\n"
163
-
"\"pubkey\" : \"publickeyhex\", (string, optional) The hex value of the raw public key for single-key addresses (possibly embedded in P2SH or P2WSH).\n"
164
-
"\"embedded\" : {...}, (object, optional) Information about the address embedded in P2SH or P2WSH, if relevant and known. Includes all\n"
165
-
" getaddressinfo output fields for the embedded address, excluding metadata (timestamp, hdkeypath,\n"
166
-
" hdseedid) and relation to the wallet (ismine, iswatchonly).\n"
167
-
"\"iscompressed\" : true|false, (boolean, optional) If the pubkey is compressed.\n"
168
151
"\"label\" : \"label\" (string) The label associated with the address, \"\" is the default label.\n"
169
152
"\"timestamp\" : timestamp, (number, optional) The creation time of the key, if available, expressed in the UNIX epoch time.\n"
170
153
"\"hdkeypath\" : \"keypath\" (string, optional) The HD keypath, if the key is HD and available.\n"
0 commit comments