Skip to content

Commit 7f5827b

Browse files
committed
Run the formatter
Reordering of the reexports alphabetically, no other changes.
1 parent 2e040f2 commit 7f5827b

File tree

12 files changed

+254
-274
lines changed

12 files changed

+254
-274
lines changed

types/src/v19/blockchain/into.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ use super::error::{
1010
MempoolEntryFeesError,
1111
};
1212
use super::{
13-
GetBlockFilter, GetBlockchainInfo, GetMempoolAncestors, GetMempoolAncestorsVerbose,
14-
GetMempoolDescendants, GetMempoolDescendantsVerbose, GetMempoolEntry, MempoolEntry,
15-
MempoolEntryFees, GetChainTxStats, GetMempoolInfo, GetChainTxStatsError, GetMempoolInfoError,
13+
GetBlockFilter, GetBlockchainInfo, GetChainTxStats, GetChainTxStatsError, GetMempoolAncestors,
14+
GetMempoolAncestorsVerbose, GetMempoolDescendants, GetMempoolDescendantsVerbose,
15+
GetMempoolEntry, GetMempoolInfo, GetMempoolInfoError, MempoolEntry, MempoolEntryFees,
1616
};
1717
use crate::model;
1818

types/src/v19/mod.rs

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -235,10 +235,11 @@ mod wallet;
235235
pub use self::{
236236
blockchain::{
237237
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBlockFilter,
238-
GetBlockFilterError, GetBlockchainInfo, GetBlockchainInfoError, GetMempoolAncestors,
239-
GetMempoolAncestorsVerbose, GetMempoolDescendants, GetMempoolDescendantsVerbose,
240-
GetMempoolEntry, MapMempoolEntryError, MempoolEntry, MempoolEntryError, MempoolEntryFees,
241-
MempoolEntryFeesError, Softfork, SoftforkType, GetChainTxStats, GetMempoolInfo,
238+
GetBlockFilterError, GetBlockchainInfo, GetBlockchainInfoError, GetChainTxStats,
239+
GetMempoolAncestors, GetMempoolAncestorsVerbose, GetMempoolDescendants,
240+
GetMempoolDescendantsVerbose, GetMempoolEntry, GetMempoolInfo, MapMempoolEntryError,
241+
MempoolEntry, MempoolEntryError, MempoolEntryFees, MempoolEntryFeesError, Softfork,
242+
SoftforkType,
242243
},
243244
control::GetRpcInfo,
244245
network::{GetNetworkInfo, GetPeerInfo, PeerInfo},
@@ -258,16 +259,15 @@ pub use crate::v17::{
258259
GetBalance, GetBestBlockHash, GetBlockCount, GetBlockHash, GetBlockHeader, GetBlockHeaderError,
259260
GetBlockHeaderVerbose, GetBlockHeaderVerboseError, GetBlockStats, GetBlockStatsError,
260261
GetBlockTemplate, GetBlockTemplateError, GetBlockVerboseOne, GetBlockVerboseOneError,
261-
GetBlockVerboseZero, GetChainTips, GetChainTxStatsError, GetConnectionCount,
262-
GetDifficulty, GetMemoryInfoStats, GetMempoolInfoError, GetMiningInfo,
263-
GetNetTotals, GetNetworkInfoAddress, GetNetworkInfoError,
264-
GetNetworkInfoNetwork, GetNewAddress, GetRawChangeAddress, GetRawMempool, GetRawMempoolVerbose,
265-
GetRawTransaction, GetRawTransactionVerbose, GetRawTransactionVerboseError,
266-
GetReceivedByAddress, GetTransaction, GetTransactionDetail, GetTransactionDetailError,
267-
GetTransactionError, GetTxOut, GetTxOutError, GetTxOutSetInfo, GetTxOutSetInfoError,
268-
GetUnconfirmedBalance, GetWalletInfo, GetWalletInfoError, GetZmqNotifications,
269-
ListAddressGroupings, ListAddressGroupingsError, ListAddressGroupingsItem, ListBanned,
270-
ListLabels, ListLockUnspent, ListLockUnspentItem, ListLockUnspentItemError,
262+
GetBlockVerboseZero, GetChainTips, GetChainTxStatsError, GetConnectionCount, GetDifficulty,
263+
GetMemoryInfoStats, GetMempoolInfoError, GetMiningInfo, GetNetTotals, GetNetworkInfoAddress,
264+
GetNetworkInfoError, GetNetworkInfoNetwork, GetNewAddress, GetRawChangeAddress, GetRawMempool,
265+
GetRawMempoolVerbose, GetRawTransaction, GetRawTransactionVerbose,
266+
GetRawTransactionVerboseError, GetReceivedByAddress, GetTransaction, GetTransactionDetail,
267+
GetTransactionDetailError, GetTransactionError, GetTxOut, GetTxOutError, GetTxOutSetInfo,
268+
GetTxOutSetInfoError, GetUnconfirmedBalance, GetWalletInfo, GetWalletInfoError,
269+
GetZmqNotifications, ListAddressGroupings, ListAddressGroupingsError, ListAddressGroupingsItem,
270+
ListBanned, ListLabels, ListLockUnspent, ListLockUnspentItem, ListLockUnspentItemError,
271271
ListReceivedByAddress, ListReceivedByAddressError, ListReceivedByAddressItem, ListSinceBlock,
272272
ListSinceBlockError, ListSinceBlockTransaction, ListSinceBlockTransactionError,
273273
ListTransactions, ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError,
@@ -281,8 +281,7 @@ pub use crate::v17::{
281281
#[doc(inline)]
282282
pub use crate::v18::{
283283
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
284-
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses,
285-
GetReceivedByLabel, JoinPsbts, ListReceivedByLabel, ListReceivedByLabelError,
286-
ListUnspent, ListUnspentItem, ListWalletDir, ListWalletDirWallet, NodeAddress,
287-
UtxoUpdatePsbt,
284+
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetReceivedByLabel, JoinPsbts,
285+
ListReceivedByLabel, ListReceivedByLabelError, ListUnspent, ListUnspentItem, ListWalletDir,
286+
ListWalletDirWallet, NodeAddress, UtxoUpdatePsbt,
288287
};

types/src/v20/mod.rs

Lines changed: 27 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -249,41 +249,39 @@ pub use crate::{
249249
GetBlockHash, GetBlockHeader, GetBlockHeaderError, GetBlockHeaderVerbose,
250250
GetBlockHeaderVerboseError, GetBlockStats, GetBlockStatsError, GetBlockTemplate,
251251
GetBlockTemplateError, GetBlockVerboseOne, GetBlockVerboseOneError, GetBlockVerboseZero,
252-
GetChainTips, GetChainTxStatsError, GetConnectionCount, GetDifficulty,
253-
GetMemoryInfoStats, GetMempoolInfoError, GetMiningInfo, GetNetTotals,
254-
GetNetworkInfoAddress, GetNetworkInfoError, GetNetworkInfoNetwork,
255-
GetNewAddress, GetRawChangeAddress, GetRawMempool, GetRawMempoolVerbose, GetRawTransaction,
256-
GetRawTransactionVerbose, GetRawTransactionVerboseError, GetReceivedByAddress,
257-
GetTransaction, GetTransactionDetail, GetTransactionDetailError, GetTransactionError,
258-
GetTxOut, GetTxOutError, GetTxOutSetInfo, GetTxOutSetInfoError, GetUnconfirmedBalance,
259-
GetWalletInfo, GetWalletInfoError, GetZmqNotifications, ListAddressGroupings,
260-
ListAddressGroupingsError, ListAddressGroupingsItem, ListLabels, ListLockUnspent,
261-
ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddress,
262-
ListReceivedByAddressError, ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError,
263-
ListSinceBlockTransaction, ListSinceBlockTransactionError, ListTransactions,
264-
ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError, ListWallets,
265-
LoadWallet, Locked, PruneBlockchain, RawTransactionError, RawTransactionInput,
266-
RawTransactionOutput, RescanBlockchain, SendMany, SendRawTransaction, SendToAddress,
267-
SetNetworkActive, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
268-
SignRawTransactionError, SoftforkReject, TestMempoolAccept, TransactionCategory,
269-
UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage,
270-
VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt,
271-
WitnessUtxo,
252+
GetChainTips, GetChainTxStatsError, GetConnectionCount, GetDifficulty, GetMemoryInfoStats,
253+
GetMempoolInfoError, GetMiningInfo, GetNetTotals, GetNetworkInfoAddress,
254+
GetNetworkInfoError, GetNetworkInfoNetwork, GetNewAddress, GetRawChangeAddress,
255+
GetRawMempool, GetRawMempoolVerbose, GetRawTransaction, GetRawTransactionVerbose,
256+
GetRawTransactionVerboseError, GetReceivedByAddress, GetTransaction, GetTransactionDetail,
257+
GetTransactionDetailError, GetTransactionError, GetTxOut, GetTxOutError, GetTxOutSetInfo,
258+
GetTxOutSetInfoError, GetUnconfirmedBalance, GetWalletInfo, GetWalletInfoError,
259+
GetZmqNotifications, ListAddressGroupings, ListAddressGroupingsError,
260+
ListAddressGroupingsItem, ListLabels, ListLockUnspent, ListLockUnspentItem,
261+
ListLockUnspentItemError, ListReceivedByAddress, ListReceivedByAddressError,
262+
ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError, ListSinceBlockTransaction,
263+
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
264+
ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet, Locked,
265+
PruneBlockchain, RawTransactionError, RawTransactionInput, RawTransactionOutput,
266+
RescanBlockchain, SendMany, SendRawTransaction, SendToAddress, SetNetworkActive,
267+
SignMessage, SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError,
268+
SoftforkReject, TestMempoolAccept, TransactionCategory, UploadTarget, ValidateAddress,
269+
ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt,
270+
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
272271
},
273272
v18::{
274273
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
275-
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses,
276-
GetReceivedByLabel, JoinPsbts, ListReceivedByLabel, ListReceivedByLabelError,
277-
ListUnspent, ListUnspentItem, ListWalletDir, ListWalletDirWallet, NodeAddress,
278-
UtxoUpdatePsbt,
274+
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetReceivedByLabel,
275+
JoinPsbts, ListReceivedByLabel, ListReceivedByLabelError, ListUnspent, ListUnspentItem,
276+
ListWalletDir, ListWalletDirWallet, NodeAddress, UtxoUpdatePsbt,
279277
},
280278
v19::{
281279
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances, GetBalancesMine,
282280
GetBalancesWatchOnly, GetBlockFilter, GetBlockFilterError, GetBlockchainInfo,
283-
GetBlockchainInfoError, GetDescriptorInfo, GetMempoolAncestors, GetMempoolAncestorsVerbose,
284-
GetMempoolDescendants, GetMempoolDescendantsVerbose, GetMempoolEntry, MapMempoolEntryError,
285-
MempoolEntry, MempoolEntryError, MempoolEntryFees, MempoolEntryFeesError, Softfork,
286-
SoftforkType, GetChainTxStats, GetMempoolInfo, GetNetworkInfo, GetRpcInfo, GetPeerInfo,
287-
PeerInfo,
281+
GetBlockchainInfoError, GetChainTxStats, GetDescriptorInfo, GetMempoolAncestors,
282+
GetMempoolAncestorsVerbose, GetMempoolDescendants, GetMempoolDescendantsVerbose,
283+
GetMempoolEntry, GetMempoolInfo, GetNetworkInfo, GetPeerInfo, GetRpcInfo,
284+
MapMempoolEntryError, MempoolEntry, MempoolEntryError, MempoolEntryFees,
285+
MempoolEntryFeesError, PeerInfo, Softfork, SoftforkType,
288286
},
289287
};

types/src/v21/mod.rs

Lines changed: 27 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -252,42 +252,40 @@ pub use crate::{
252252
GetBlockHash, GetBlockHeader, GetBlockHeaderError, GetBlockHeaderVerbose,
253253
GetBlockHeaderVerboseError, GetBlockStats, GetBlockStatsError, GetBlockTemplate,
254254
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,
275274
},
276275
v18::{
277276
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,
282280
},
283281
v19::{
284282
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances, GetBalancesMine,
285283
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,
291289
},
292290
v20::{Banned, ListBanned, Logging},
293291
};

0 commit comments

Comments
 (0)