@@ -248,45 +248,47 @@ pub use self::{
248248 wallet:: {
249249 GetAddressInfo , GetAddressInfoEmbedded , GetAddressInfoError , GetReceivedByLabel ,
250250 GetWalletInfo , ImportMulti , ImportMultiEntry , JsonRpcError , ListReceivedByAddress ,
251- ListReceivedByAddressItem , ListReceivedByLabel , ListReceivedByLabelError , ListUnspent ,
252- ListUnspentItem , ListWalletDir , ListWalletDirWallet ,
251+ ListReceivedByAddressItem , ListReceivedByLabel , ListReceivedByLabelError ,
252+ ListReceivedByLabelItem , ListUnspent , ListUnspentItem , ListWalletDir , ListWalletDirWallet ,
253253 } ,
254254 zmq:: GetZmqNotifications ,
255255} ;
256256#[ doc( inline) ]
257257pub use crate :: v17:: {
258258 AbortRescan , AddMultisigAddress , AddMultisigAddressError , AddedNode , AddedNodeAddress ,
259- AddressInformation , Banned , Bip32Deriv , Bip32DerivError , Bip9Softfork , Bip9SoftforkStatus ,
259+ AddressInformation , AddressPurpose , Banned , Bip125Replaceable , Bip32Deriv , Bip32DerivError ,
260+ Bip9Softfork , Bip9SoftforkStatus , BlockTemplateTransaction , BlockTemplateTransactionError ,
260261 BumpFee , BumpFeeError , ChainTips , ChainTipsError , ChainTipsStatus , CombinePsbt ,
261262 CombineRawTransaction , ConvertToPsbt , CreateMultisig , CreateMultisigError , CreatePsbt ,
262263 CreateRawTransaction , CreateWallet , DecodePsbt , DecodePsbtError , DecodeRawTransaction ,
263- DecodeScript , DecodeScriptError , DumpPrivKey , DumpWallet , EncryptWallet , EstimateSmartFee ,
264- FinalizePsbt , FinalizePsbtError , FundRawTransaction , FundRawTransactionError , Generate ,
265- GenerateToAddress , GetAddedNodeInfo , GetAddressInfoEmbeddedError , GetAddressInfoLabel ,
266- GetAddressesByLabel , GetBalance , GetBestBlockHash , GetBlockCount , GetBlockHash , GetBlockHeader ,
267- GetBlockHeaderError , GetBlockHeaderVerbose , GetBlockHeaderVerboseError , GetBlockStats ,
268- GetBlockStatsError , GetBlockTemplate , GetBlockTemplateError , GetBlockVerboseOne ,
269- GetBlockVerboseOneError , GetBlockVerboseZero , GetBlockchainInfo , GetBlockchainInfoError ,
270- GetChainTips , GetChainTxStats , GetChainTxStatsError , GetConnectionCount , GetDifficulty ,
271- GetMemoryInfoStats , GetMempoolInfo , GetMempoolInfoError , GetMiningInfo , GetNetTotals ,
272- GetNetworkInfo , GetNetworkInfoAddress , GetNetworkInfoError , GetNetworkInfoNetwork ,
273- GetNewAddress , GetRawChangeAddress , GetRawTransaction , GetRawTransactionVerbose ,
274- GetRawTransactionVerboseError , GetReceivedByAddress , GetTransaction , GetTransactionDetail ,
275- GetTransactionDetailError , GetTransactionError , GetTxOut , GetTxOutError , GetTxOutSetInfo ,
276- GetTxOutSetInfoError , GetUnconfirmedBalance , GetWalletInfoError , ListAddressGroupings ,
277- ListAddressGroupingsError , ListAddressGroupingsItem , ListBanned , ListLabels , ListLockUnspent ,
278- ListLockUnspentItem , ListLockUnspentItemError , ListReceivedByAddressError , ListSinceBlock ,
279- ListSinceBlockError , ListTransactions , ListUnspentItemError , ListWallets , LoadWallet ,
280- LockUnspent , Locked , Logging , MapMempoolEntryError , MempoolAcceptance , MempoolEntryError ,
281- MempoolEntryFees , MempoolEntryFeesError , NumericError , PartialSignatureError , PruneBlockchain ,
282- PsbtInput , PsbtOutput , PsbtScript , RawTransaction , RawTransactionError , RawTransactionInput ,
283- RawTransactionOutput , RescanBlockchain , ScriptType , SendMany , SendRawTransaction ,
284- SendToAddress , SetNetworkActive , SetTxFee , SignFail , SignFailError , SignMessage ,
285- SignMessageWithPrivKey , SignRawTransaction , SignRawTransactionError , SignRawTransactionWithKey ,
286- SignRawTransactionWithWallet , Softfork , SoftforkReject , TestMempoolAccept , TransactionCategory ,
287- TransactionItem , TransactionItemError , UploadTarget , ValidateAddress , ValidateAddressError ,
288- VerifyChain , VerifyMessage , VerifyTxOutProof , WaitForBlock , WaitForBlockError ,
289- WaitForBlockHeight , WaitForBlockHeightError , WaitForNewBlock , WaitForNewBlockError ,
290- WalletCreateFundedPsbt , WalletCreateFundedPsbtError , WalletProcessPsbt , WitnessUtxo ,
291- WitnessUtxoError ,
264+ DecodeScript , DecodeScriptError , DecodeScriptSegwit , DumpPrivKey , DumpWallet , EncryptWallet ,
265+ EstimateSmartFee , FinalizePsbt , FinalizePsbtError , FundRawTransaction , FundRawTransactionError ,
266+ Generate , GenerateToAddress , GetAddedNodeInfo , GetAddressInfoEmbeddedError ,
267+ GetAddressInfoLabel , GetAddressesByLabel , GetBalance , GetBestBlockHash , GetBlockCount ,
268+ GetBlockHash , GetBlockHeader , GetBlockHeaderError , GetBlockHeaderVerbose ,
269+ GetBlockHeaderVerboseError , GetBlockStats , GetBlockStatsError , GetBlockTemplate ,
270+ GetBlockTemplateError , GetBlockVerboseOne , GetBlockVerboseOneError , GetBlockVerboseZero ,
271+ GetBlockchainInfo , GetBlockchainInfoError , GetChainTips , GetChainTxStats , GetChainTxStatsError ,
272+ GetConnectionCount , GetDifficulty , GetMemoryInfoStats , GetMempoolInfo , GetMempoolInfoError ,
273+ GetMiningInfo , GetNetTotals , GetNetworkInfo , GetNetworkInfoAddress , GetNetworkInfoError ,
274+ GetNetworkInfoNetwork , GetNewAddress , GetRawChangeAddress , GetRawTransaction ,
275+ GetRawTransactionVerbose , GetRawTransactionVerboseError , GetReceivedByAddress , GetTransaction ,
276+ GetTransactionDetail , GetTransactionDetailError , GetTransactionError , GetTxOut , GetTxOutError ,
277+ GetTxOutSetInfo , GetTxOutSetInfoError , GetUnconfirmedBalance , GetWalletInfoError ,
278+ ListAddressGroupings , ListAddressGroupingsError , ListAddressGroupingsItem , ListBanned ,
279+ ListLabels , ListLockUnspent , ListLockUnspentItem , ListLockUnspentItemError ,
280+ ListReceivedByAddressError , ListSinceBlock , ListSinceBlockError , ListTransactions ,
281+ ListUnspentItemError , ListWallets , LoadWallet , LockUnspent , Locked , Logging ,
282+ MapMempoolEntryError , MempoolAcceptance , MempoolEntryError , MempoolEntryFees ,
283+ MempoolEntryFeesError , NumericError , PartialSignatureError , PruneBlockchain , PsbtInput ,
284+ PsbtInputError , PsbtOutput , PsbtOutputError , PsbtScript , RawTransaction , RawTransactionError ,
285+ RawTransactionInput , RawTransactionOutput , RescanBlockchain , ScriptType , SendMany ,
286+ SendRawTransaction , SendToAddress , SetNetworkActive , SetTxFee , SignFail , SignFailError ,
287+ SignMessage , SignMessageWithPrivKey , SignRawTransaction , SignRawTransactionError ,
288+ SignRawTransactionWithKey , SignRawTransactionWithWallet , Softfork , SoftforkReject ,
289+ TestMempoolAccept , TransactionCategory , TransactionItem , TransactionItemError , UploadTarget ,
290+ ValidateAddress , ValidateAddressError , VerifyChain , VerifyMessage , VerifyTxOutProof ,
291+ WaitForBlock , WaitForBlockError , WaitForBlockHeight , WaitForBlockHeightError , WaitForNewBlock ,
292+ WaitForNewBlockError , WalletCreateFundedPsbt , WalletCreateFundedPsbtError , WalletProcessPsbt ,
293+ WitnessUtxo , WitnessUtxoError ,
292294} ;
0 commit comments