main: mempool address index

This commit is contained in:
Braydon Fuller
2016-04-04 16:37:43 -04:00
committed by Braydon Fuller
parent 1bd65a5c4b
commit b66eff47cf
8 changed files with 254 additions and 1 deletions

View File

@@ -315,6 +315,7 @@ static const CRPCCommand vRPCCommands[] =
#endif
/* Address index */
{ "addressindex", "getaddressmempool", &getaddressmempool, false },
{ "addressindex", "getaddressutxos", &getaddressutxos, false },
{ "addressindex", "getaddressdeltas", &getaddressdeltas, false },
{ "addressindex", "getaddresstxids", &getaddresstxids, false },