Get blocks data set by bulk (non indexed)

This commit is contained in:
nymkappa
2023-02-16 15:36:16 +09:00
parent 58eb6ccc8e
commit c44896f53e
3 changed files with 87 additions and 2 deletions

View File

@@ -88,5 +88,6 @@ module.exports = {
verifyTxOutProof: 'verifytxoutproof', // bitcoind v0.11.0+
walletLock: 'walletlock',
walletPassphrase: 'walletpassphrase',
walletPassphraseChange: 'walletpassphrasechange'
walletPassphraseChange: 'walletpassphrasechange',
getTxoutSetinfo: 'gettxoutsetinfo'
}