@@ -268,12 +268,12 @@ pub use crate::{
268268 ListSinceBlockTransaction , ListSinceBlockTransactionError , ListTransactions ,
269269 ListTransactionsItem , ListTransactionsItemError , ListUnspentItemError , ListWallets ,
270270 LoadWallet , LockUnspent , Locked , PruneBlockchain , RawTransactionError , RawTransactionInput ,
271- RawTransactionOutput , RescanBlockchain , SendMany , SendRawTransaction , SendToAddress ,
272- SetNetworkActive , SetTxFee , SignMessage , SignMessageWithPrivKey , SignRawTransaction ,
273- SignRawTransactionError , SoftforkReject , TestMempoolAccept , TransactionCategory ,
274- UploadTarget , ValidateAddress , ValidateAddressError , VerifyChain , VerifyMessage ,
275- VerifyTxOutProof , WalletCreateFundedPsbt , WalletCreateFundedPsbtError , WalletProcessPsbt ,
276- WitnessUtxo , ScanTxOutSetError ,
271+ RawTransactionOutput , RescanBlockchain , ScanTxOutSetError , SendMany , SendRawTransaction ,
272+ SendToAddress , SetNetworkActive , SetTxFee , SignMessage , SignMessageWithPrivKey ,
273+ SignRawTransaction , SignRawTransactionError , SoftforkReject , TestMempoolAccept ,
274+ TransactionCategory , UploadTarget , ValidateAddress , ValidateAddressError , VerifyChain ,
275+ VerifyMessage , VerifyTxOutProof , WalletCreateFundedPsbt , WalletCreateFundedPsbtError ,
276+ WalletProcessPsbt , WitnessUtxo ,
277277 } ,
278278 v18:: {
279279 ActiveCommand , AnalyzePsbt , AnalyzePsbtError , AnalyzePsbtInput , AnalyzePsbtInputMissing ,
@@ -289,6 +289,7 @@ pub use crate::{
289289 GetDescriptorInfo , GetMempoolAncestors , GetMempoolAncestorsVerbose , GetMempoolDescendants ,
290290 GetMempoolDescendantsVerbose , GetMempoolEntry , GetMempoolInfo , GetNetworkInfo , GetPeerInfo ,
291291 GetRpcInfo , MapMempoolEntryError , MempoolEntry , MempoolEntryError , MempoolEntryFees ,
292- MempoolEntryFeesError , PeerInfo , SetWalletFlag , Softfork , SoftforkType , ScanTxOutSet , ScanTxOutSetStart , ScanTxOutSetStatus , ScanTxOutSetUnspent ,
292+ MempoolEntryFeesError , PeerInfo , ScanTxOutSet , ScanTxOutSetStart , ScanTxOutSetStatus ,
293+ ScanTxOutSetUnspent , SetWalletFlag , Softfork , SoftforkType ,
293294 } ,
294295} ;
0 commit comments