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"
3734
-
"\"pubkeys\" (string, optional) Array of pubkeys associated with the known redeemscript (only if \"script\" is \"multisig\")\n"
3732
+
" witness_v0_scripthash, witness_unknown.\n"
3733
+
"\"hex\" : \"hex\", (string, optional) The redeemscript for the p2sh address.\n"
3734
+
"\"pubkeys\" (array, optional) Array of pubkeys associated with the known redeemscript (only if script is multisig).\n"
3735
3735
" [\n"
3736
-
"\"pubkey\"\n"
3736
+
"\"pubkey\" (string)\n"
3737
3737
" ,...\n"
3738
3738
" ]\n"
3739
-
"\"sigsrequired\" : xxxxx (numeric, optional) Number of signatures required to spend multisig output (only if \"script\" is \"multisig\")\n"
3740
-
"\"pubkey\" : \"publickeyhex\", (string, optional) The hex value of the raw public key, for single-key addresses (possibly embedded in P2SH or P2WSH)\n"
3741
-
"\"embedded\" : {...}, (object, optional) Information about the address embedded in P2SH or P2WSH, if relevant and known. It includes all\n"
3742
-
" getaddressinfo output fields for the embedded address, excluding metadata (\"timestamp\", \"hdkeypath\",\n"
3743
-
"\"hdseedid\") and relation to the wallet (\"ismine\", \"iswatchonly\").\n"
3744
-
"\"iscompressed\" : true|false, (boolean, optional) If the pubkey is compressed\n"
3745
-
"\"label\" : \"label\" (string) The label associated with the address, \"\" is the default label\n"
3746
-
"\"timestamp\" : timestamp, (number, optional) The creation time of the key if availablein seconds since epoch (Jan 1 1970 GMT)\n"
3747
-
"\"hdkeypath\" : \"keypath\" (string, optional) The HD keypath if the key is HD and available\n"
3748
-
"\"hdseedid\" : \"<hash160>\" (string, optional) The Hash160 of the HD seed\n"
3749
-
"\"hdmasterfingerprint\" : \"<hash160>\" (string, optional) The fingperint of the master key.\n"
3739
+
"\"sigsrequired\" : xxxxx (numeric, optional) The number of signatures required to spend multisig output (only if script is multisig).\n"
3740
+
"\"pubkey\" : \"publickeyhex\", (string, optional) The hex value of the raw public key for single-key addresses (possibly embedded in P2SH or P2WSH).\n"
3741
+
"\"embedded\" : {...}, (object, optional) Information about the address embedded in P2SH or P2WSH, if relevant and known. Includes all\n"
3742
+
" getaddressinfo output fields for the embedded address, excluding metadata (timestamp, hdkeypath,\n"
3743
+
" hdseedid) and relation to the wallet (ismine, iswatchonly).\n"
3744
+
"\"iscompressed\" : true|false, (boolean, optional) If the pubkey is compressed.\n"
3745
+
"\"label\" : \"label\" (string) The label associated with the address. Defaults to \"\".\n"
3746
+
"\"timestamp\" : timestamp, (number, optional) The creation time of the key if available, expressed in seconds since Epoch Time (Jan 1 1970 GMT).\n"
3747
+
"\"hdkeypath\" : \"keypath\" (string, optional) The HD keypath, if the key is HD and available.\n"
3748
+
"\"hdseedid\" : \"<hash160>\" (string, optional) The Hash160 of the HD seed.\n"
3749
+
"\"hdmasterfingerprint\" : \"<hash160>\" (string, optional) The fingerprint of the master key.\n"
3750
3750
"\"labels\" (object) Array of labels associated with the address.\n"
3751
3751
" [\n"
3752
3752
" { (json object of label data)\n"
3753
-
"\"name\": \"labelname\" (string) The label\n"
3754
-
"\"purpose\": \"string\" (string) Purpose of address (\"send\" for sending address, \"receive\" for receiving address)\n"
3753
+
"\"name\": \"label name\" (string) The label.\n"
3754
+
"\"purpose\": \"purpose\" (string) The purpose of the associated address (send or receive).\n"
0 commit comments