@@ -266,18 +266,19 @@ pub use crate::{
266266 GetPeerInfo , GetRawChangeAddress , GetRawMempool , GetRawMempoolVerbose , GetRawTransaction ,
267267 GetRawTransactionVerbose , GetRawTransactionVerboseError , GetReceivedByAddress ,
268268 GetTransaction , GetTransactionDetail , GetTransactionDetailError , GetTransactionError ,
269- GetTxOutSetInfo , GetTxOutSetInfoError , GetUnconfirmedBalance , GetWalletInfo ,
270- GetWalletInfoError , GetZmqNotifications , ListAddressGroupings , ListAddressGroupingsError ,
271- ListAddressGroupingsItem , ListBanned , ListLabels , ListLockUnspent , ListLockUnspentItem ,
272- ListLockUnspentItemError , ListReceivedByAddress , ListReceivedByAddressError ,
273- ListReceivedByAddressItem , ListSinceBlock , ListSinceBlockError , ListSinceBlockTransaction ,
274- ListSinceBlockTransactionError , ListTransactions , ListTransactionsItem ,
275- ListTransactionsItemError , ListUnspent , ListUnspentItem , ListUnspentItemError , ListWallets ,
276- LoadWallet , Locked , PeerInfo , PruneBlockchain , RawTransactionError , RawTransactionInput ,
277- RawTransactionOutput , RescanBlockchain , SendMany , SendRawTransaction , SendToAddress ,
278- SignMessage , SignRawTransaction , SignRawTransactionError , SoftforkReject ,
279- TestMempoolAccept , TransactionCategory , UploadTarget , VerifyChain , VerifyTxOutProof ,
280- WalletCreateFundedPsbt , WalletCreateFundedPsbtError , WalletProcessPsbt , WitnessUtxo ,
269+ GetTxOut , GetTxOutError , GetTxOutSetInfo , GetTxOutSetInfoError , GetUnconfirmedBalance ,
270+ GetWalletInfo , GetWalletInfoError , GetZmqNotifications , ListAddressGroupings ,
271+ ListAddressGroupingsError , ListAddressGroupingsItem , ListBanned , ListLabels ,
272+ ListLockUnspent , ListLockUnspentItem , ListLockUnspentItemError , ListReceivedByAddress ,
273+ ListReceivedByAddressError , ListReceivedByAddressItem , ListSinceBlock , ListSinceBlockError ,
274+ ListSinceBlockTransaction , ListSinceBlockTransactionError , ListTransactions ,
275+ ListTransactionsItem , ListTransactionsItemError , ListUnspent , ListUnspentItem ,
276+ ListUnspentItemError , ListWallets , LoadWallet , Locked , PeerInfo , PruneBlockchain ,
277+ RawTransactionError , RawTransactionInput , RawTransactionOutput , RescanBlockchain , SendMany ,
278+ SendRawTransaction , SendToAddress , SignMessage , SignRawTransaction ,
279+ SignRawTransactionError , SoftforkReject , TestMempoolAccept , TransactionCategory ,
280+ UploadTarget , VerifyChain , VerifyTxOutProof , WalletCreateFundedPsbt ,
281+ WalletCreateFundedPsbtError , WalletProcessPsbt , WitnessUtxo ,
281282 } ,
282283 v18:: {
283284 ActiveCommand , AnalyzePsbt , AnalyzePsbtError , AnalyzePsbtInput , AnalyzePsbtInputMissing ,
@@ -293,5 +294,5 @@ pub use crate::{
293294 SoftforkType ,
294295 } ,
295296 v21:: UnloadWallet ,
296- v22:: { GetTxOut , GetTxOutError , Logging , ScriptPubkey } ,
297+ v22:: { Logging , ScriptPubkey } ,
297298} ;
0 commit comments