@@ -252,42 +252,40 @@ pub use crate::{
252
252
GetBlockHash , GetBlockHeader , GetBlockHeaderError , GetBlockHeaderVerbose ,
253
253
GetBlockHeaderVerboseError , GetBlockStats , GetBlockStatsError , GetBlockTemplate ,
254
254
GetBlockTemplateError , GetBlockVerboseOne , GetBlockVerboseOneError , GetBlockVerboseZero ,
255
- GetChainTips , GetChainTxStatsError , GetConnectionCount , GetDifficulty ,
256
- GetMemoryInfoStats , GetMempoolInfoError , GetMiningInfo , GetNetTotals ,
257
- GetNetworkInfoAddress , GetNetworkInfoError , GetNetworkInfoNetwork ,
258
- GetNewAddress , GetRawChangeAddress , GetRawMempool , GetRawMempoolVerbose , GetRawTransaction ,
259
- GetRawTransactionVerbose , GetRawTransactionVerboseError , GetReceivedByAddress ,
260
- GetTransaction , GetTransactionDetail , GetTransactionDetailError , GetTransactionError ,
261
- GetTxOut , GetTxOutError , GetTxOutSetInfo , GetTxOutSetInfoError , GetUnconfirmedBalance ,
262
- GetWalletInfo , GetWalletInfoError , GetZmqNotifications , ListAddressGroupings ,
263
- ListAddressGroupingsError , ListAddressGroupingsItem , ListLabels , ListLockUnspent ,
264
- ListLockUnspentItem , ListLockUnspentItemError , ListReceivedByAddress ,
265
- ListReceivedByAddressError , ListReceivedByAddressItem , ListSinceBlock , ListSinceBlockError ,
266
- ListSinceBlockTransaction , ListSinceBlockTransactionError , ListTransactions ,
267
- ListTransactionsItem , ListTransactionsItemError , ListUnspentItemError , ListWallets ,
268
- LoadWallet , Locked , PruneBlockchain , RawTransactionError , RawTransactionInput ,
269
- RawTransactionOutput , RescanBlockchain , SendMany , SendRawTransaction , SendToAddress ,
270
- SetNetworkActive , SignMessage , SignMessageWithPrivKey , SignRawTransaction ,
271
- SignRawTransactionError , SoftforkReject , TestMempoolAccept , TransactionCategory ,
272
- UploadTarget , ValidateAddress , ValidateAddressError , VerifyChain , VerifyMessage ,
273
- VerifyTxOutProof , WalletCreateFundedPsbt , WalletCreateFundedPsbtError , WalletProcessPsbt ,
274
- WitnessUtxo ,
255
+ GetChainTips , GetChainTxStatsError , GetConnectionCount , GetDifficulty , GetMemoryInfoStats ,
256
+ GetMempoolInfoError , GetMiningInfo , GetNetTotals , GetNetworkInfoAddress ,
257
+ GetNetworkInfoError , GetNetworkInfoNetwork , GetNewAddress , GetRawChangeAddress ,
258
+ GetRawMempool , GetRawMempoolVerbose , GetRawTransaction , GetRawTransactionVerbose ,
259
+ GetRawTransactionVerboseError , GetReceivedByAddress , GetTransaction , GetTransactionDetail ,
260
+ GetTransactionDetailError , GetTransactionError , GetTxOut , GetTxOutError , GetTxOutSetInfo ,
261
+ GetTxOutSetInfoError , GetUnconfirmedBalance , GetWalletInfo , GetWalletInfoError ,
262
+ GetZmqNotifications , ListAddressGroupings , ListAddressGroupingsError ,
263
+ ListAddressGroupingsItem , ListLabels , ListLockUnspent , ListLockUnspentItem ,
264
+ ListLockUnspentItemError , ListReceivedByAddress , ListReceivedByAddressError ,
265
+ ListReceivedByAddressItem , ListSinceBlock , ListSinceBlockError , ListSinceBlockTransaction ,
266
+ ListSinceBlockTransactionError , ListTransactions , ListTransactionsItem ,
267
+ ListTransactionsItemError , ListUnspentItemError , ListWallets , LoadWallet , Locked ,
268
+ PruneBlockchain , RawTransactionError , RawTransactionInput , RawTransactionOutput ,
269
+ RescanBlockchain , SendMany , SendRawTransaction , SendToAddress , SetNetworkActive ,
270
+ SignMessage , SignMessageWithPrivKey , SignRawTransaction , SignRawTransactionError ,
271
+ SoftforkReject , TestMempoolAccept , TransactionCategory , UploadTarget , ValidateAddress ,
272
+ ValidateAddressError , VerifyChain , VerifyMessage , VerifyTxOutProof , WalletCreateFundedPsbt ,
273
+ WalletCreateFundedPsbtError , WalletProcessPsbt , WitnessUtxo ,
275
274
} ,
276
275
v18:: {
277
276
ActiveCommand , AnalyzePsbt , AnalyzePsbtError , AnalyzePsbtInput , AnalyzePsbtInputMissing ,
278
- AnalyzePsbtInputMissingError , DeriveAddresses , GetNodeAddresses ,
279
- GetReceivedByLabel , JoinPsbts , ListReceivedByLabel , ListReceivedByLabelError ,
280
- ListUnspent , ListUnspentItem , ListWalletDir , ListWalletDirWallet , NodeAddress ,
281
- UtxoUpdatePsbt ,
277
+ AnalyzePsbtInputMissingError , DeriveAddresses , GetNodeAddresses , GetReceivedByLabel ,
278
+ JoinPsbts , ListReceivedByLabel , ListReceivedByLabelError , ListUnspent , ListUnspentItem ,
279
+ ListWalletDir , ListWalletDirWallet , NodeAddress , UtxoUpdatePsbt ,
282
280
} ,
283
281
v19:: {
284
282
Bip9SoftforkInfo , Bip9SoftforkStatistics , Bip9SoftforkStatus , GetBalances , GetBalancesMine ,
285
283
GetBalancesWatchOnly , GetBlockFilter , GetBlockFilterError , GetBlockchainInfo ,
286
- GetBlockchainInfoError , GetDescriptorInfo , GetMempoolAncestors , GetMempoolAncestorsVerbose ,
287
- GetMempoolDescendants , GetMempoolDescendantsVerbose , MapMempoolEntryError ,
288
- MempoolEntry , MempoolEntryError , MempoolEntryFees , MempoolEntryFeesError , Softfork ,
289
- SoftforkType , GetChainTxStats , GetMempoolInfo , GetNetworkInfo , GetRpcInfo , GetPeerInfo ,
290
- PeerInfo ,
284
+ GetBlockchainInfoError , GetChainTxStats , GetDescriptorInfo , GetMempoolAncestors ,
285
+ GetMempoolAncestorsVerbose , GetMempoolDescendants , GetMempoolDescendantsVerbose ,
286
+ GetMempoolInfo , GetNetworkInfo , GetPeerInfo , GetRpcInfo , MapMempoolEntryError ,
287
+ MempoolEntry , MempoolEntryError , MempoolEntryFees , MempoolEntryFeesError , PeerInfo ,
288
+ Softfork , SoftforkType ,
291
289
} ,
292
290
v20:: { Banned , ListBanned , Logging } ,
293
291
} ;
0 commit comments