"\"iswitness\" : true|false, (boolean) If the address is a witness address\n"
"\"iswitness\" : true|false, (boolean) If the address is a witness address\n"
"\"witness_version\" : version (numeric, optional) The version number of the witness program\n"
"\"witness_version\" : version (numeric, optional) The version number of the witness program\n"
"\"witness_program\" : \"hex\" (string, optional) The hex value of the witness program\n"
"\"witness_program\" : \"hex\" (string, optional) The hex value of the witness program\n"
"\"script\" : \"type\" (string, optional) The output script type. Only if \"isscript\" is true and the redeemscript is known. Possible types: nonstandard, pubkey, pubkeyhash, scripthash, multisig, nulldata, witness_v0_keyhash, witness_v0_scripthash, witness_unknown\n"
"\"script\" : \"type\" (string, optional) The output script type. Only if \"isscript\" is true and the redeemscript is known. Possible\n"
"\"sigsrequired\" : xxxxx (numeric, optional) Number of signatures required to spend multisig output (only if \"script\" is \"multisig\")\n"
"\"sigsrequired\" : xxxxx (numeric, optional) Number of signatures required to spend multisig output (only if \"script\" is \"multisig\")\n"
"\"pubkey\" : \"publickeyhex\", (string, optional) The hex value of the raw public key, for single-key addresses (possibly embedded in P2SH or P2WSH)\n"
"\"pubkey\" : \"publickeyhex\", (string, optional) The hex value of the raw public key, for single-key addresses (possibly embedded in P2SH or P2WSH)\n"
"\"embedded\" : {...}, (object, optional) Information about the address embedded in P2SH or P2WSH, if relevant and known. It includes all getaddressinfo output fields for the embedded address, excluding metadata (\"timestamp\", \"hdkeypath\", \"hdseedid\") and relation to the wallet (\"ismine\", \"iswatchonly\").\n"
"\"embedded\" : {...}, (object, optional) Information about the address embedded in P2SH or P2WSH, if relevant and known. It includes all\n"
" getaddressinfo output fields for the embedded address, excluding metadata (\"timestamp\", \"hdkeypath\",\n"
"\"hdseedid\") and relation to the wallet (\"ismine\", \"iswatchonly\").\n"
"\"iscompressed\" : true|false, (boolean, optional) If the pubkey is compressed\n"
"\"iscompressed\" : true|false, (boolean, optional) If the pubkey is compressed\n"
"\"label\" : \"label\" (string) The label associated with the address, \"\" is the default label\n"
"\"label\" : \"label\" (string) The label associated with the address, \"\" is the default label\n"
"\"timestamp\" : timestamp, (number, optional) The creation time of the key if available in seconds since epoch (Jan 1 1970 GMT)\n"
"\"timestamp\" : timestamp, (number, optional) The creation time of the key if available in seconds since epoch (Jan 1 1970 GMT)\n"