@@ -22,16 +22,15 @@ mod zmq;
2222pub use self :: {
2323 blockchain:: {
2424 ActivityEntry , Bip9Info , Bip9SoftforkInfo , Bip9SoftforkStatistics , Bip9SoftforkStatus ,
25- Bip9Statistics , ChainTips , ChainTipsStatus , DeploymentInfo , GetBestBlockHash ,
26- GetBlockCount , GetBlockFilter , GetBlockHash , GetBlockHeader , GetBlockHeaderVerbose ,
27- GetBlockStats , GetBlockVerboseOne , GetBlockVerboseZero , GetBlockchainInfo , GetChainTips ,
28- GetChainTxStats , GetDeploymentInfo , GetDescriptorActivity , GetDifficulty ,
29- GetMempoolAncestors , GetMempoolAncestorsVerbose , GetMempoolDescendants ,
30- GetMempoolDescendantsVerbose , GetMempoolEntry , GetMempoolInfo , GetRawMempool ,
31- GetRawMempoolVerbose , GetTxOut , GetTxOutSetInfo , GetTxSpendingPrevout ,
32- GetTxSpendingPrevoutItem , MempoolEntry , MempoolEntryFees , ReceiveActivity , ScanBlocksStart ,
33- Softfork , SoftforkType , SpendActivity , VerifyTxOutProof , DumpTxOutSet , LoadTxOutSet ,
34- GetChainStates , ChainState ,
25+ Bip9Statistics , ChainState , ChainTips , ChainTipsStatus , DeploymentInfo , DumpTxOutSet ,
26+ GetBestBlockHash , GetBlockCount , GetBlockFilter , GetBlockHash , GetBlockHeader ,
27+ GetBlockHeaderVerbose , GetBlockStats , GetBlockVerboseOne , GetBlockVerboseZero ,
28+ GetBlockchainInfo , GetChainStates , GetChainTips , GetChainTxStats , GetDeploymentInfo ,
29+ GetDescriptorActivity , GetDifficulty , GetMempoolAncestors , GetMempoolAncestorsVerbose ,
30+ GetMempoolDescendants , GetMempoolDescendantsVerbose , GetMempoolEntry , GetMempoolInfo ,
31+ GetRawMempool , GetRawMempoolVerbose , GetTxOut , GetTxOutSetInfo , GetTxSpendingPrevout ,
32+ GetTxSpendingPrevoutItem , LoadTxOutSet , MempoolEntry , MempoolEntryFees , ReceiveActivity ,
33+ ScanBlocksStart , Softfork , SoftforkType , SpendActivity , VerifyTxOutProof ,
3534 } ,
3635 generating:: { Generate , GenerateBlock , GenerateToAddress , GenerateToDescriptor } ,
3736 mining:: {
0 commit comments