@@ -274,15 +274,14 @@ pub use crate::{
274274 GetChainTxStatsError , GetConnectionCount , GetDifficulty , GetMemoryInfoStats ,
275275 GetMempoolInfoError , GetMiningInfo , GetNetTotals , GetNetworkInfoAddress ,
276276 GetNetworkInfoError , GetNetworkInfoNetwork , GetNewAddress , GetRawChangeAddress ,
277- GetRawMempool , GetRawMempoolVerbose , GetRawTransaction , GetRawTransactionVerbose ,
278- GetRawTransactionVerboseError , GetReceivedByAddress , GetTransactionDetailError , GetTxOut ,
279- GetTxOutError , GetTxOutSetInfo , GetTxOutSetInfoError , GetUnconfirmedBalance ,
280- GetWalletInfoError , ListAddressGroupings , ListAddressGroupingsError ,
281- ListAddressGroupingsItem , ListLabels , ListLockUnspent , ListLockUnspentItem ,
282- ListLockUnspentItemError , ListReceivedByAddressError , ListUnspentItemError , ListWallets ,
283- LockUnspent , Locked , NumericError , PruneBlockchain , RawTransactionError ,
284- RawTransactionInput , RawTransactionOutput , RescanBlockchain , ScriptType ,
285- SendRawTransaction , SendToAddress , SetNetworkActive , SetTxFee , SignMessage ,
277+ GetRawMempool , GetRawTransaction , GetRawTransactionVerbose , GetRawTransactionVerboseError ,
278+ GetReceivedByAddress , GetTransactionDetailError , GetTxOut , GetTxOutError , GetTxOutSetInfo ,
279+ GetTxOutSetInfoError , GetUnconfirmedBalance , GetWalletInfoError , ListAddressGroupings ,
280+ ListAddressGroupingsError , ListAddressGroupingsItem , ListLabels , ListLockUnspent ,
281+ ListLockUnspentItem , ListLockUnspentItemError , ListReceivedByAddressError ,
282+ ListUnspentItemError , ListWallets , LockUnspent , Locked , NumericError , PruneBlockchain ,
283+ RawTransactionError , RawTransactionInput , RawTransactionOutput , RescanBlockchain ,
284+ ScriptType , SendRawTransaction , SendToAddress , SetNetworkActive , SetTxFee , SignMessage ,
286285 SignMessageWithPrivKey , SignRawTransaction , SignRawTransactionError ,
287286 SignRawTransactionWithKey , SignRawTransactionWithWallet , SoftforkReject ,
288287 TransactionCategory , UploadTarget , ValidateAddress , ValidateAddressError , VerifyChain ,
@@ -321,11 +320,11 @@ pub use crate::{
321320 v24:: {
322321 DecodePsbt , DecodePsbtError , GetMempoolAncestors , GetMempoolAncestorsVerbose ,
323322 GetMempoolDescendants , GetMempoolDescendantsVerbose , GetMempoolEntry , GetMempoolInfo ,
324- GetPeerInfo , GetTransaction , GetTransactionDetail , GetTransactionError ,
325- GetTxSpendingPrevout , GetTxSpendingPrevoutError , GlobalXpub , ListSinceBlock ,
326- ListSinceBlockError , ListTransactions , ListUnspent , ListUnspentItem , MempoolEntry ,
327- MigrateWallet , PeerInfo , Proprietary , PsbtInput , PsbtOutput , SendAll , SendAllError ,
328- SimulateRawTransaction , TaprootBip32Deriv , TaprootLeaf , TaprootScript ,
323+ GetPeerInfo , GetRawMempoolVerbose , GetTransaction , GetTransactionDetail ,
324+ GetTransactionError , GetTxSpendingPrevout , GetTxSpendingPrevoutError , GlobalXpub ,
325+ ListSinceBlock , ListSinceBlockError , ListTransactions , ListUnspent , ListUnspentItem ,
326+ MempoolEntry , MigrateWallet , PeerInfo , Proprietary , PsbtInput , PsbtOutput , SendAll ,
327+ SendAllError , SimulateRawTransaction , TaprootBip32Deriv , TaprootLeaf , TaprootScript ,
329328 TaprootScriptPathSig , TransactionItem , TransactionItemError ,
330329 } ,
331330} ;
0 commit comments