190190//! | listreceivedbylabel | version + model | TODO |
191191//! | listsinceblock | version + model | UNTESTED |
192192//! | listtransactions | version + model | UNTESTED |
193- //! | listunspent | version + model | UNTESTED |
193+ //! | listunspent | version + model | |
194194//! | listwalletdir | version | TODO |
195195//! | listwallets | version + model | UNTESTED |
196196//! | loadwallet | version + model | |
226226mod control;
227227mod network;
228228mod raw_transactions;
229+ mod wallet;
229230
230231#[ doc( inline) ]
231232pub use self :: {
@@ -235,6 +236,7 @@ pub use self::{
235236 AnalyzePsbt , AnalyzePsbtError , AnalyzePsbtInput , AnalyzePsbtInputMissing ,
236237 AnalyzePsbtInputMissingError , JoinPsbts , UtxoUpdatePsbt ,
237238 } ,
239+ wallet:: { ListUnspent , ListUnspentItem } ,
238240} ;
239241#[ doc( inline) ]
240242pub use crate :: v17:: {
@@ -263,14 +265,14 @@ pub use crate::v17::{
263265 ListBanned , ListLabels , ListLockUnspent , ListLockUnspentItem , ListLockUnspentItemError ,
264266 ListReceivedByAddress , ListReceivedByAddressError , ListReceivedByAddressItem , ListSinceBlock ,
265267 ListSinceBlockError , ListSinceBlockTransaction , ListSinceBlockTransactionError ,
266- ListTransactions , ListTransactionsItem , ListTransactionsItemError , ListUnspent ,
267- ListUnspentItem , ListUnspentItemError , ListWallets , LoadWallet , Locked , Logging ,
268- MapMempoolEntryError , MempoolAcceptance , MempoolEntry , MempoolEntryError , MempoolEntryFees ,
269- MempoolEntryFeesError , PeerInfo , PruneBlockchain , PsbtInput , PsbtOutput , PsbtScript ,
270- RawTransaction , RawTransactionError , RawTransactionInput , RawTransactionOutput ,
271- RescanBlockchain , SendMany , SendRawTransaction , SendToAddress , SignFail , SignFailError ,
272- SignMessage , SignMessageWithPrivKey , SignRawTransaction , SignRawTransactionError , Softfork ,
273- SoftforkReject , TestMempoolAccept , TransactionCategory , UploadTarget , ValidateAddress ,
274- ValidateAddressError , VerifyChain , VerifyMessage , VerifyTxOutProof , WalletCreateFundedPsbt ,
275- WalletCreateFundedPsbtError , WalletProcessPsbt , WitnessUtxo ,
268+ ListTransactions , ListTransactionsItem , ListTransactionsItemError , ListUnspentItemError ,
269+ ListWallets , LoadWallet , Locked , Logging , MapMempoolEntryError , MempoolAcceptance ,
270+ MempoolEntry , MempoolEntryError , MempoolEntryFees , MempoolEntryFeesError , PeerInfo ,
271+ PruneBlockchain , PsbtInput , PsbtOutput , PsbtScript , RawTransaction , RawTransactionError ,
272+ RawTransactionInput , RawTransactionOutput , RescanBlockchain , SendMany , SendRawTransaction ,
273+ SendToAddress , SignFail , SignFailError , SignMessage , SignMessageWithPrivKey ,
274+ SignRawTransaction , SignRawTransactionError , Softfork , SoftforkReject , TestMempoolAccept ,
275+ TransactionCategory , UploadTarget , ValidateAddress , ValidateAddressError , VerifyChain ,
276+ VerifyMessage , VerifyTxOutProof , WalletCreateFundedPsbt , WalletCreateFundedPsbtError ,
277+ WalletProcessPsbt , WitnessUtxo ,
276278} ;
0 commit comments