@@ -237,9 +237,9 @@ pub use self::{
237237 Bip9SoftforkInfo , Bip9SoftforkStatistics , Bip9SoftforkStatus , GetBlockFilter ,
238238 GetBlockFilterError , GetBlockchainInfo , GetBlockchainInfoError , GetChainTxStats ,
239239 GetMempoolAncestors , GetMempoolAncestorsVerbose , GetMempoolDescendants ,
240- GetMempoolDescendantsVerbose , GetMempoolEntry , GetMempoolInfo , MapMempoolEntryError ,
241- MempoolEntry , MempoolEntryError , MempoolEntryFees , MempoolEntryFeesError , Softfork ,
242- SoftforkType ,
240+ GetMempoolDescendantsVerbose , GetMempoolEntry , GetMempoolInfo , GetRawMempool ,
241+ GetRawMempoolVerbose , MapMempoolEntryError , MempoolEntry , MempoolEntryError ,
242+ MempoolEntryFees , MempoolEntryFeesError , Softfork , SoftforkType ,
243243 } ,
244244 control:: GetRpcInfo ,
245245 network:: { GetNetworkInfo , GetPeerInfo , PeerInfo } ,
@@ -264,21 +264,20 @@ pub use crate::v17::{
264264 GetBlockTemplate , GetBlockTemplateError , GetBlockVerboseOne , GetBlockVerboseOneError ,
265265 GetBlockVerboseZero , GetChainTips , GetChainTxStatsError , GetConnectionCount , GetDifficulty ,
266266 GetMemoryInfoStats , GetMempoolInfoError , GetMiningInfo , GetNetTotals , GetNetworkInfoAddress ,
267- GetNetworkInfoError , GetNetworkInfoNetwork , GetNewAddress , GetRawChangeAddress , GetRawMempool ,
268- GetRawMempoolVerbose , GetRawTransaction , GetRawTransactionVerbose ,
269- GetRawTransactionVerboseError , GetReceivedByAddress , GetTransactionDetail ,
270- GetTransactionDetailError , GetTransactionError , GetTxOut , GetTxOutError , GetTxOutSetInfo ,
271- GetTxOutSetInfoError , GetUnconfirmedBalance , GetWalletInfoError , ListAddressGroupings ,
272- ListAddressGroupingsError , ListAddressGroupingsItem , ListBanned , ListLabels , ListLockUnspent ,
273- ListLockUnspentItem , ListLockUnspentItemError , ListReceivedByAddressError , ListSinceBlock ,
274- ListSinceBlockError , ListTransactions , ListUnspentItemError , ListWallets , LoadWallet ,
275- LockUnspent , Locked , Logging , NumericError , PruneBlockchain , RawTransactionError ,
276- RawTransactionInput , RawTransactionOutput , RescanBlockchain , ScriptType , SendMany ,
277- SendRawTransaction , SendToAddress , SetNetworkActive , SetTxFee , SignMessage ,
278- SignMessageWithPrivKey , SignRawTransaction , SignRawTransactionError , SignRawTransactionWithKey ,
279- SignRawTransactionWithWallet , SoftforkReject , TestMempoolAccept , TransactionCategory ,
280- TransactionItem , TransactionItemError , UploadTarget , ValidateAddress , ValidateAddressError ,
281- VerifyChain , VerifyMessage , VerifyTxOutProof , WalletCreateFundedPsbt ,
267+ GetNetworkInfoError , GetNetworkInfoNetwork , GetNewAddress , GetRawChangeAddress ,
268+ GetRawTransaction , GetRawTransactionVerbose , GetRawTransactionVerboseError ,
269+ GetReceivedByAddress , GetTransactionDetail , GetTransactionDetailError , GetTransactionError ,
270+ GetTxOut , GetTxOutError , GetTxOutSetInfo , GetTxOutSetInfoError , GetUnconfirmedBalance ,
271+ GetWalletInfoError , ListAddressGroupings , ListAddressGroupingsError , ListAddressGroupingsItem ,
272+ ListBanned , ListLabels , ListLockUnspent , ListLockUnspentItem , ListLockUnspentItemError ,
273+ ListReceivedByAddressError , ListSinceBlock , ListSinceBlockError , ListTransactions ,
274+ ListUnspentItemError , ListWallets , LoadWallet , LockUnspent , Locked , Logging , NumericError ,
275+ PruneBlockchain , RawTransactionError , RawTransactionInput , RawTransactionOutput ,
276+ RescanBlockchain , ScriptType , SendMany , SendRawTransaction , SendToAddress , SetNetworkActive ,
277+ SetTxFee , SignMessage , SignMessageWithPrivKey , SignRawTransaction , SignRawTransactionError ,
278+ SignRawTransactionWithKey , SignRawTransactionWithWallet , SoftforkReject , TestMempoolAccept ,
279+ TransactionCategory , TransactionItem , TransactionItemError , UploadTarget , ValidateAddress ,
280+ ValidateAddressError , VerifyChain , VerifyMessage , VerifyTxOutProof , WalletCreateFundedPsbt ,
282281 WalletCreateFundedPsbtError , WalletProcessPsbt , WitnessUtxo ,
283282} ;
284283#[ doc( inline) ]
0 commit comments