[bitcoin core] add internal routes to bitcoin core rpc

This commit is contained in:
nymkappa
2024-01-08 11:48:55 +01:00
parent 91fad7ff65
commit f095913538
3 changed files with 224 additions and 0 deletions

View File

@@ -91,4 +91,5 @@ module.exports = {
walletPassphraseChange: 'walletpassphrasechange',
getTxoutSetinfo: 'gettxoutsetinfo',
getIndexInfo: 'getindexinfo',
testMempoolAccept: 'testmempoolaccept',
};