@@ -268,12 +268,12 @@ pub use crate::{
268
268
ListSinceBlockTransaction , ListSinceBlockTransactionError , ListTransactions ,
269
269
ListTransactionsItem , ListTransactionsItemError , ListUnspentItemError , ListWallets ,
270
270
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 ,
277
277
} ,
278
278
v18:: {
279
279
ActiveCommand , AnalyzePsbt , AnalyzePsbtError , AnalyzePsbtInput , AnalyzePsbtInputMissing ,
@@ -289,6 +289,7 @@ pub use crate::{
289
289
GetDescriptorInfo , GetMempoolAncestors , GetMempoolAncestorsVerbose , GetMempoolDescendants ,
290
290
GetMempoolDescendantsVerbose , GetMempoolEntry , GetMempoolInfo , GetNetworkInfo , GetPeerInfo ,
291
291
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 ,
293
294
} ,
294
295
} ;
0 commit comments