Blockchain/RPC: Add scantxoutset method to scan UTXO set

This commit is contained in:
Jonas Schnelli
2018-01-15 20:33:59 -10:00
parent 9048575511
commit 78304941f7
2 changed files with 246 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "sendmany", 4, "subtractfeefrom" },
{ "sendmany", 5 , "replaceable" },
{ "sendmany", 6 , "conf_target" },
{ "scantxoutset", 1, "scanobjects" },
{ "addmultisigaddress", 0, "nrequired" },
{ "addmultisigaddress", 1, "keys" },
{ "createmultisig", 0, "nrequired" },