175175//! | getreceivedbylabel | version + model | |
176176//! | gettransaction | version + model | |
177177//! | getunconfirmedbalance | version + model | |
178- //! | getwalletinfo | version + model | UNTESTED |
178+ //! | getwalletinfo | version + model | |
179179//! | importaddress | returns nothing | |
180180//! | importmulti | version | |
181181//! | importprivkey | returns nothing | |
@@ -246,7 +246,7 @@ pub use self::{
246246 util:: { DeriveAddresses , GetDescriptorInfo } ,
247247 wallet:: {
248248 GetAddressInfo , GetAddressInfoEmbedded , GetAddressInfoError , GetReceivedByLabel ,
249- ImportMulti , ImportMultiEntry , JsonRpcError , ListReceivedByAddress ,
249+ GetWalletInfo , ImportMulti , ImportMultiEntry , JsonRpcError , ListReceivedByAddress ,
250250 ListReceivedByAddressItem , ListReceivedByLabel , ListReceivedByLabelError , ListUnspent ,
251251 ListUnspentItem , ListWalletDir , ListWalletDirWallet ,
252252 } ,
@@ -272,19 +272,18 @@ pub use crate::v17::{
272272 GetRawMempoolVerbose , GetRawTransaction , GetRawTransactionVerbose ,
273273 GetRawTransactionVerboseError , GetReceivedByAddress , GetTransaction , GetTransactionDetail ,
274274 GetTransactionDetailError , GetTransactionError , GetTxOut , GetTxOutError , GetTxOutSetInfo ,
275- GetTxOutSetInfoError , GetUnconfirmedBalance , GetWalletInfo , GetWalletInfoError ,
276- ListAddressGroupings , ListAddressGroupingsError , ListAddressGroupingsItem , ListBanned ,
277- ListLabels , ListLockUnspent , ListLockUnspentItem , ListLockUnspentItemError ,
278- ListReceivedByAddressError , ListSinceBlock , ListSinceBlockError , ListSinceBlockTransaction ,
279- ListSinceBlockTransactionError , ListTransactions , ListTransactionsItem ,
280- ListTransactionsItemError , ListUnspentItemError , ListWallets , LoadWallet , LockUnspent , Locked ,
281- Logging , MapMempoolEntryError , MempoolAcceptance , MempoolEntryError , MempoolEntryFees ,
282- MempoolEntryFeesError , PruneBlockchain , PsbtInput , PsbtOutput , PsbtScript , RawTransaction ,
283- RawTransactionError , RawTransactionInput , RawTransactionOutput , RescanBlockchain , ScriptType ,
284- SendMany , SendRawTransaction , SendToAddress , SetNetworkActive , SetTxFee , SignFail ,
285- SignFailError , SignMessage , SignMessageWithPrivKey , SignRawTransaction ,
286- SignRawTransactionError , Softfork , SoftforkReject , TestMempoolAccept , TransactionCategory ,
287- UploadTarget , ValidateAddress , ValidateAddressError , VerifyChain , VerifyMessage ,
288- VerifyTxOutProof , WalletCreateFundedPsbt , WalletCreateFundedPsbtError , WalletProcessPsbt ,
289- WitnessUtxo ,
275+ GetTxOutSetInfoError , GetUnconfirmedBalance , GetWalletInfoError , ListAddressGroupings ,
276+ ListAddressGroupingsError , ListAddressGroupingsItem , ListBanned , ListLabels , ListLockUnspent ,
277+ ListLockUnspentItem , ListLockUnspentItemError , ListReceivedByAddressError , ListSinceBlock ,
278+ ListSinceBlockError , ListSinceBlockTransaction , ListSinceBlockTransactionError ,
279+ ListTransactions , ListTransactionsItem , ListTransactionsItemError , ListUnspentItemError ,
280+ ListWallets , LoadWallet , LockUnspent , Locked , Logging , MapMempoolEntryError , MempoolAcceptance ,
281+ MempoolEntryError , MempoolEntryFees , MempoolEntryFeesError , PruneBlockchain , PsbtInput ,
282+ PsbtOutput , PsbtScript , RawTransaction , RawTransactionError , RawTransactionInput ,
283+ RawTransactionOutput , RescanBlockchain , ScriptType , SendMany , SendRawTransaction ,
284+ SendToAddress , SetNetworkActive , SetTxFee , SignFail , SignFailError , SignMessage ,
285+ SignMessageWithPrivKey , SignRawTransaction , SignRawTransactionError , Softfork , SoftforkReject ,
286+ TestMempoolAccept , TransactionCategory , UploadTarget , ValidateAddress , ValidateAddressError ,
287+ VerifyChain , VerifyMessage , VerifyTxOutProof , WalletCreateFundedPsbt ,
288+ WalletCreateFundedPsbtError , WalletProcessPsbt , WitnessUtxo ,
290289} ;
0 commit comments