@@ -21,15 +21,15 @@ mod zmq;
2121#[ doc( inline) ]
2222pub use self :: {
2323 blockchain:: {
24- ActivityEntry , Bip9SoftforkInfo , Bip9SoftforkStatistics , Bip9SoftforkStatus , ChainTips ,
25- ChainTipsStatus , GetBestBlockHash , GetBlockCount , GetBlockFilter , GetBlockHash ,
26- GetBlockHeader , GetBlockHeaderVerbose , GetBlockStats , GetBlockVerboseOne ,
27- GetBlockVerboseZero , GetBlockchainInfo , GetChainTips , GetChainTxStats ,
28- GetDescriptorActivity , GetDifficulty , GetMempoolAncestors , GetMempoolAncestorsVerbose ,
29- GetMempoolDescendants , GetMempoolDescendantsVerbose , GetMempoolEntry , GetMempoolInfo ,
30- GetRawMempool , GetRawMempoolVerbose , GetTxOut , GetTxOutSetInfo , MempoolEntry ,
31- MempoolEntryFees , ReceiveActivity , Softfork , SoftforkType , SpendActivity , VerifyTxOutProof ,
32- GetDeploymentInfo , DeploymentInfo , Bip9Info , Bip9Statistics ,
24+ 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 , MempoolEntry , MempoolEntryFees ,
32+ ReceiveActivity , Softfork , SoftforkType , SpendActivity , VerifyTxOutProof ,
3333 } ,
3434 generating:: { Generate , GenerateBlock , GenerateToAddress , GenerateToDescriptor } ,
3535 mining:: {
0 commit comments