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
{"include_mempool", RPCArg::Type::BOOL, /* default */"true", "Whether to include the mempool. Note that an unspent output that is spent in the mempool won't appear."},
1108
-
},
1109
-
RPCResult{
1110
-
RPCResult::Type::OBJ, "", "",
1111
-
{
1112
-
{RPCResult::Type::STR_HEX, "bestblock", "The hash of the block at the tip of the chain"},
1113
-
{RPCResult::Type::NUM, "confirmations", "The number of confirmations"},
1114
-
{RPCResult::Type::STR_AMOUNT, "value", "The transaction value in " + CURRENCY_UNIT},
1115
-
{RPCResult::Type::OBJ, "scriptPubKey", "",
1116
-
{
1117
-
{RPCResult::Type::STR_HEX, "asm", ""},
1118
-
{RPCResult::Type::STR_HEX, "hex", ""},
1119
-
{RPCResult::Type::NUM, "reqSigs", "Number of required signatures"},
1120
-
{RPCResult::Type::STR_HEX, "type", "The type, eg pubkeyhash"},
1121
-
{RPCResult::Type::ARR, "addresses", "array of bitcoin addresses",
{"include_mempool", RPCArg::Type::BOOL, /* default */"true", "Whether to include the mempool. Note that an unspent output that is spent in the mempool won't appear."},
1108
+
},
1109
+
{
1110
+
RPCResult{"If the UTXO was not found", RPCResult::Type::NONE, "", ""},
0 commit comments