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::STR_AMOUNT, "value", "The transaction value in " + CURRENCY_UNIT},
1514
1514
{RPCResult::Type::OBJ, "scriptPubKey", "",
1515
1515
{
1516
-
{RPCResult::Type::STR_HEX, "asm", ""},
1516
+
{RPCResult::Type::STR, "asm", ""},
1517
1517
{RPCResult::Type::STR_HEX, "hex", ""},
1518
-
{RPCResult::Type::NUM, "reqSigs", "Number of required signatures"},
1518
+
{RPCResult::Type::NUM, "reqSigs", /* optional */true, "(DEPRECATED, returned only if config option -deprecatedrpc=addresses is passed) Number of required signatures"},
1519
1519
{RPCResult::Type::STR_HEX, "type", "The type, eg pubkeyhash"},
1520
-
{RPCResult::Type::ARR, "addresses", "Array of Dash addresses",
1520
+
{RPCResult::Type::STR, "address", /* optional */true, "Dash address (only if a well-defined address exists)"},
1521
+
{RPCResult::Type::ARR, "addresses", /* optional */true, "(DEPRECATED, returned only if config option -deprecatedrpc=addresses is passed) Array of Dash addresses",
{RPCResult::Type::NUM, "reqSigs", "The required sigs"},
171
+
{RPCResult::Type::NUM, "reqSigs", /* optional */true, "(DEPRECATED, returned only if config option -deprecatedrpc=addresses is passed) Number of required signatures"},
172
172
{RPCResult::Type::STR, "type", "The type, eg 'pubkeyhash'"},
173
-
{RPCResult::Type::ARR, "addresses", "",
173
+
{RPCResult::Type::STR, "address", /* optional */true, "Dash address (only if a well-defined address exists)"},
174
+
{RPCResult::Type::ARR, "addresses", /* optional */true, "(DEPRECATED, returned only if config option -deprecatedrpc=addresses is passed) Array of Dash addresses",
{RPCResult::Type::NUM, "reqSigs", "The required sigs"},
831
+
{RPCResult::Type::NUM, "reqSigs", /* optional */true, "(DEPRECATED, returned only if config option -deprecatedrpc=addresses is passed) Number of required signatures"},
831
832
{RPCResult::Type::STR, "type", "The type, eg 'pubkeyhash'"},
832
-
{RPCResult::Type::ARR, "addresses", "",
833
+
{RPCResult::Type::STR, "address", /* optional */true, "Dash address (only if a well-defined address exists)"},
834
+
{RPCResult::Type::ARR, "addresses", /* optional */true, "(DEPRECATED, returned only if config option -deprecatedrpc=addresses is passed) Array of Dash addresses",
{RPCResult::Type::STR, "asm", "Script public key"},
885
887
{RPCResult::Type::STR, "type", "The output type (e.g. "+GetAllOutputTypes()+")"},
886
-
{RPCResult::Type::NUM, "reqSigs", "The required signatures"},
887
-
{RPCResult::Type::ARR, "addresses", "",
888
+
{RPCResult::Type::STR, "address", /* optional */true, "Dash address (only if a well-defined address exists)"},
889
+
{RPCResult::Type::NUM, "reqSigs", /* optional */true, "(DEPRECATED, returned only if config option -deprecatedrpc=addresses is passed) Number of required signatures"},
890
+
{RPCResult::Type::ARR, "addresses", /* optional */true, "(DEPRECATED, returned only if config option -deprecatedrpc=addresses is passed) Array of Dash addresses",
0 commit comments