@@ -249,8 +249,8 @@ mod wallet;
249249pub use self :: {
250250 blockchain:: {
251251 GetMempoolAncestors , GetMempoolAncestorsVerbose , GetMempoolDescendants ,
252- GetMempoolDescendantsVerbose , GetMempoolEntry , GetMempoolInfo , GetTxSpendingPrevout ,
253- GetTxSpendingPrevoutError , GetTxSpendingPrevoutItem , MempoolEntry ,
252+ GetMempoolDescendantsVerbose , GetMempoolEntry , GetMempoolInfo , GetRawMempoolVerbose ,
253+ GetTxSpendingPrevout , GetTxSpendingPrevoutError , GetTxSpendingPrevoutItem , MempoolEntry ,
254254 } ,
255255 network:: { GetPeerInfo , PeerInfo } ,
256256 raw_transactions:: {
@@ -279,16 +279,15 @@ pub use crate::{
279279 GetChainTips , GetChainTxStatsError , GetConnectionCount , GetDifficulty , GetMemoryInfoStats ,
280280 GetMempoolInfoError , GetMiningInfo , GetNetTotals , GetNetworkInfoAddress ,
281281 GetNetworkInfoError , GetNetworkInfoNetwork , GetNewAddress , GetRawChangeAddress ,
282- GetRawMempool , GetRawMempoolVerbose , GetRawTransaction , GetRawTransactionVerbose ,
283- GetRawTransactionVerboseError , GetReceivedByAddress , GetTransactionDetailError , GetTxOut ,
284- GetTxOutError , GetTxOutSetInfo , GetTxOutSetInfoError , GetUnconfirmedBalance ,
285- GetWalletInfoError , ListAddressGroupings , ListAddressGroupingsError ,
286- ListAddressGroupingsItem , ListLabels , ListLockUnspent , ListLockUnspentItem ,
287- ListLockUnspentItemError , ListReceivedByAddressError , ListUnspentItemError , ListWallets ,
288- LoadWallet , LockUnspent , Locked , NumericError , PruneBlockchain , RawTransactionError ,
289- RawTransactionInput , RawTransactionOutput , RescanBlockchain , ScriptType ,
290- SendRawTransaction , SendToAddress , SetNetworkActive , SetTxFee , SignMessage ,
291- SignMessageWithPrivKey , SignRawTransaction , SignRawTransactionError ,
282+ GetRawMempool , GetRawTransaction , GetRawTransactionVerbose , GetRawTransactionVerboseError ,
283+ GetReceivedByAddress , GetTransactionDetailError , GetTxOut , GetTxOutError , GetTxOutSetInfo ,
284+ GetTxOutSetInfoError , GetUnconfirmedBalance , GetWalletInfoError , ListAddressGroupings ,
285+ ListAddressGroupingsError , ListAddressGroupingsItem , ListLabels , ListLockUnspent ,
286+ ListLockUnspentItem , ListLockUnspentItemError , ListReceivedByAddressError ,
287+ ListUnspentItemError , ListWallets , LoadWallet , LockUnspent , Locked , NumericError ,
288+ PruneBlockchain , RawTransactionError , RawTransactionInput , RawTransactionOutput ,
289+ RescanBlockchain , ScriptType , SendRawTransaction , SendToAddress , SetNetworkActive ,
290+ SetTxFee , SignMessage , SignMessageWithPrivKey , SignRawTransaction , SignRawTransactionError ,
292291 SignRawTransactionWithKey , SignRawTransactionWithWallet , SoftforkReject ,
293292 TransactionCategory , UploadTarget , ValidateAddress , ValidateAddressError , VerifyChain ,
294293 VerifyMessage , VerifyTxOutProof , WalletCreateFundedPsbt , WalletCreateFundedPsbtError ,
0 commit comments