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
{RPCResult::Type::BOOL, "isvalid", "If the address is valid or not. If not, this is the only property returned."},
47
-
{RPCResult::Type::BOOL, "isvalid_parent", "If the address is valid or not for parent chain. Valid or not, no additional details will be appended unlike `isvalid`"},
48
-
{RPCResult::Type::STR, "address", "The address validated"},
46
+
{RPCResult::Type::BOOL, "isvalid", "If the address is valid or not"},
47
+
{RPCResult::Type::BOOL, "isvalid_parent", "If the address is valid or not for parent chain"},
48
+
{RPCResult::Type::STR, "address", "The bitcoin address validated"},
49
49
{RPCResult::Type::STR_HEX, "scriptPubKey", "The hex-encoded scriptPubKey generated by the address"},
50
50
{RPCResult::Type::BOOL, "isscript", "If the key is a script"},
51
51
{RPCResult::Type::BOOL, "iswitness", "If the address is a witness address"},
# Distributed under the MIT software license, see the accompanying
4
+
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
+
"""Test error messages for 'getaddressinfo' and 'validateaddress' RPC commands."""
0 commit comments