@@ -258,35 +258,35 @@ pub use crate::v17::{
258258 DecodePsbt , DecodePsbtError , DecodeRawTransaction , DecodeScript , DecodeScriptError ,
259259 DumpPrivKey , DumpWallet , EncryptWallet , EstimateSmartFee , FinalizePsbt , FinalizePsbtError ,
260260 FundRawTransaction , FundRawTransactionError , Generate , GenerateToAddress , GetAddedNodeInfo ,
261- GetAddressInfoEmbeddedError ,
262- GetAddressInfoLabel , GetAddressesByLabel , GetBalance , GetBestBlockHash , GetBlockCount ,
263- GetBlockHash , GetBlockHeader , GetBlockHeaderError , GetBlockHeaderVerbose ,
264- GetBlockHeaderVerboseError , GetBlockStats , GetBlockStatsError , GetBlockTemplate ,
265- GetBlockTemplateError , GetBlockVerboseOne , GetBlockVerboseOneError , GetBlockVerboseZero ,
266- GetChainTips , GetChainTxStatsError , GetConnectionCount , GetDifficulty , GetMemoryInfoStats ,
267- GetMempoolInfoError , GetMiningInfo , GetNetTotals , GetNetworkInfoAddress , GetNetworkInfoError ,
268- GetNetworkInfoNetwork , GetNewAddress , GetRawChangeAddress , GetRawMempool , GetRawMempoolVerbose ,
269- GetRawTransaction , GetRawTransactionVerbose , GetRawTransactionVerboseError ,
270- GetReceivedByAddress , GetTransactionDetail , GetTransactionDetailError , GetTransactionError ,
271- GetTxOut , GetTxOutError , GetTxOutSetInfo , GetTxOutSetInfoError , GetUnconfirmedBalance ,
272- GetWalletInfo , GetWalletInfoError , GetZmqNotifications , ListAddressGroupings ,
273- ListAddressGroupingsError , ListAddressGroupingsItem , ListBanned , ListLabels , ListLockUnspent ,
274- ListLockUnspentItem , ListLockUnspentItemError , ListReceivedByAddress ,
275- ListReceivedByAddressError , ListReceivedByAddressItem , ListSinceBlock , ListSinceBlockError ,
276- ListSinceBlockTransaction , ListSinceBlockTransactionError , ListTransactions ,
277- ListTransactionsItem , ListTransactionsItemError , ListUnspentItemError , ListWallets , LoadWallet ,
278- LockUnspent , Locked , Logging , PruneBlockchain , RawTransactionError , RawTransactionInput ,
279- RawTransactionOutput , RescanBlockchain , SendMany , SendRawTransaction , SendToAddress ,
280- SetNetworkActive , SetTxFee , SignMessage , SignMessageWithPrivKey , SignRawTransaction ,
281- SignRawTransactionError , SoftforkReject , TestMempoolAccept , TransactionCategory , UploadTarget ,
282- ValidateAddress , ValidateAddressError , VerifyChain , VerifyMessage , VerifyTxOutProof ,
283- WalletCreateFundedPsbt , WalletCreateFundedPsbtError , WalletProcessPsbt , WitnessUtxo , ScriptType ,
261+ GetAddressInfoEmbeddedError , GetAddressInfoLabel , GetAddressesByLabel , GetBalance ,
262+ GetBestBlockHash , GetBlockCount , GetBlockHash , GetBlockHeader , GetBlockHeaderError ,
263+ GetBlockHeaderVerbose , GetBlockHeaderVerboseError , GetBlockStats , GetBlockStatsError ,
264+ GetBlockTemplate , GetBlockTemplateError , GetBlockVerboseOne , GetBlockVerboseOneError ,
265+ GetBlockVerboseZero , GetChainTips , GetChainTxStatsError , GetConnectionCount , GetDifficulty ,
266+ GetMemoryInfoStats , GetMempoolInfoError , GetMiningInfo , GetNetTotals , GetNetworkInfoAddress ,
267+ GetNetworkInfoError , GetNetworkInfoNetwork , GetNewAddress , GetRawChangeAddress , GetRawMempool ,
268+ GetRawMempoolVerbose , GetRawTransaction , GetRawTransactionVerbose ,
269+ GetRawTransactionVerboseError , GetReceivedByAddress , GetTransactionDetail ,
270+ GetTransactionDetailError , GetTransactionError , GetTxOut , GetTxOutError , GetTxOutSetInfo ,
271+ GetTxOutSetInfoError , GetUnconfirmedBalance , GetWalletInfo , GetWalletInfoError ,
272+ GetZmqNotifications , ListAddressGroupings , ListAddressGroupingsError , ListAddressGroupingsItem ,
273+ ListBanned , ListLabels , ListLockUnspent , ListLockUnspentItem , ListLockUnspentItemError ,
274+ ListReceivedByAddress , ListReceivedByAddressError , ListReceivedByAddressItem , ListSinceBlock ,
275+ ListSinceBlockError , ListSinceBlockTransaction , ListSinceBlockTransactionError ,
276+ ListTransactions , ListTransactionsItem , ListTransactionsItemError , ListUnspentItemError ,
277+ ListWallets , LoadWallet , LockUnspent , Locked , Logging , PruneBlockchain , RawTransactionError ,
278+ RawTransactionInput , RawTransactionOutput , RescanBlockchain , ScriptType , SendMany ,
279+ SendRawTransaction , SendToAddress , SetNetworkActive , SetTxFee , SignMessage ,
280+ SignMessageWithPrivKey , SignRawTransaction , SignRawTransactionError , SoftforkReject ,
281+ TestMempoolAccept , TransactionCategory , UploadTarget , ValidateAddress , ValidateAddressError ,
282+ VerifyChain , VerifyMessage , VerifyTxOutProof , WalletCreateFundedPsbt ,
283+ WalletCreateFundedPsbtError , WalletProcessPsbt , WitnessUtxo ,
284284} ;
285285#[ doc( inline) ]
286286pub use crate :: v18:: {
287287 ActiveCommand , AnalyzePsbt , AnalyzePsbtError , AnalyzePsbtInput , AnalyzePsbtInputMissing ,
288- AnalyzePsbtInputMissingError , DeriveAddresses , GetNodeAddresses , GetReceivedByLabel ,
289- ImportMulti , ImportMultiEntry , JoinPsbts , JsonRpcError , ListReceivedByLabel ,
290- ListReceivedByLabelError , ListUnspent , ListUnspentItem , ListWalletDir , ListWalletDirWallet ,
291- NodeAddress , UtxoUpdatePsbt , GetAddressInfo , GetAddressInfoError , GetAddressInfoEmbedded ,
288+ AnalyzePsbtInputMissingError , DeriveAddresses , GetAddressInfo , GetAddressInfoEmbedded ,
289+ GetAddressInfoError , GetNodeAddresses , GetReceivedByLabel , ImportMulti , ImportMultiEntry ,
290+ JoinPsbts , JsonRpcError , ListReceivedByLabel , ListReceivedByLabelError , ListUnspent ,
291+ ListUnspentItem , ListWalletDir , ListWalletDirWallet , NodeAddress , UtxoUpdatePsbt ,
292292} ;
0 commit comments