Skip to content

Commit 33e63ad

Browse files
committed
Run the formatter
Reordering the rexports only. No other changes.
1 parent 4e70a4b commit 33e63ad

File tree

12 files changed

+298
-292
lines changed

12 files changed

+298
-292
lines changed

types/src/v17/mod.rs

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -271,20 +271,20 @@ pub use self::{
271271
ValidateAddress, ValidateAddressError, VerifyMessage,
272272
},
273273
wallet::{
274-
AbortRescan, AddMultisigAddress, AddMultisigAddressError, AddressInformation, BumpFee,
275-
BumpFeeError, CreateWallet, DumpPrivKey, DumpWallet, EncryptWallet, GetAddressInfo,
276-
GetAddressInfoEmbedded, GetAddressInfoEmbeddedError, GetAddressInfoError,
277-
GetAddressInfoLabel, GetAddressesByLabel, GetBalance, GetNewAddress, GetRawChangeAddress,
278-
GetReceivedByAddress, GetTransaction, GetTransactionDetail, GetTransactionDetailError,
279-
GetTransactionError, GetUnconfirmedBalance, GetWalletInfo, GetWalletInfoError,
280-
ListAddressGroupings, ListAddressGroupingsError, ListAddressGroupingsItem, ListLabels,
281-
ListLockUnspent, ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddress,
282-
ListReceivedByAddressError, ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError,
283-
ListSinceBlockTransaction, ListSinceBlockTransactionError, ListTransactions,
284-
ListTransactionsItem, ListTransactionsItemError, ListUnspent, ListUnspentItem,
285-
ListUnspentItemError, ListWallets, LoadWallet, RescanBlockchain, SendMany, SendToAddress,
286-
SignMessage, TransactionCategory, WalletCreateFundedPsbt, WalletCreateFundedPsbtError,
287-
WalletProcessPsbt, Bip125Replaceable
274+
AbortRescan, AddMultisigAddress, AddMultisigAddressError, AddressInformation,
275+
Bip125Replaceable, BumpFee, BumpFeeError, CreateWallet, DumpPrivKey, DumpWallet,
276+
EncryptWallet, GetAddressInfo, GetAddressInfoEmbedded, GetAddressInfoEmbeddedError,
277+
GetAddressInfoError, GetAddressInfoLabel, GetAddressesByLabel, GetBalance, GetNewAddress,
278+
GetRawChangeAddress, GetReceivedByAddress, GetTransaction, GetTransactionDetail,
279+
GetTransactionDetailError, GetTransactionError, GetUnconfirmedBalance, GetWalletInfo,
280+
GetWalletInfoError, ListAddressGroupings, ListAddressGroupingsError,
281+
ListAddressGroupingsItem, ListLabels, ListLockUnspent, ListLockUnspentItem,
282+
ListLockUnspentItemError, ListReceivedByAddress, ListReceivedByAddressError,
283+
ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError, ListSinceBlockTransaction,
284+
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
285+
ListTransactionsItemError, ListUnspent, ListUnspentItem, ListUnspentItemError, ListWallets,
286+
LoadWallet, RescanBlockchain, SendMany, SendToAddress, SignMessage, TransactionCategory,
287+
WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt,
288288
},
289289
zmq::GetZmqNotifications,
290290
};

types/src/v19/mod.rs

Lines changed: 29 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -244,40 +244,42 @@ pub use self::{
244244
control::GetRpcInfo,
245245
network::{GetNetworkInfo, GetPeerInfo, PeerInfo},
246246
util::GetDescriptorInfo,
247-
wallet::{GetBalances, GetBalancesError, GetBalancesMine, GetBalancesWatchOnly, GetTransaction},
247+
wallet::{
248+
GetBalances, GetBalancesError, GetBalancesMine, GetBalancesWatchOnly, GetTransaction,
249+
},
248250
};
249251
#[doc(inline)]
250252
pub use crate::v17::{
251253
AbortRescan, AddMultisigAddress, AddMultisigAddressError, AddedNode, AddedNodeAddress,
252-
AddressInformation, Banned, BumpFee, BumpFeeError, ChainTips, ChainTipsError, ChainTipsStatus,
253-
CombinePsbt, CombineRawTransaction, ConvertToPsbt, CreateMultisig, CreateMultisigError,
254-
CreatePsbt, CreateRawTransaction, CreateWallet, DecodePsbt, DecodePsbtError,
255-
DecodeRawTransaction, DecodeScript, DecodeScriptError, DumpPrivKey, DumpWallet, EncryptWallet,
256-
EstimateSmartFee, FinalizePsbt, FinalizePsbtError, FundRawTransaction, FundRawTransactionError,
257-
Generate, GenerateToAddress, GetAddedNodeInfo, GetAddressInfo, GetAddressInfoEmbedded,
258-
GetAddressInfoEmbeddedError, GetAddressInfoError, GetAddressInfoLabel, GetAddressesByLabel,
259-
GetBalance, GetBestBlockHash, GetBlockCount, GetBlockHash, GetBlockHeader, GetBlockHeaderError,
260-
GetBlockHeaderVerbose, GetBlockHeaderVerboseError, GetBlockStats, GetBlockStatsError,
261-
GetBlockTemplate, GetBlockTemplateError, GetBlockVerboseOne, GetBlockVerboseOneError,
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, GetTransactionDetail,
267-
GetTransactionDetailError, GetTransactionError, GetTxOut, GetTxOutError, GetTxOutSetInfo,
268-
GetTxOutSetInfoError, GetUnconfirmedBalance, GetWalletInfo, GetWalletInfoError,
269-
GetZmqNotifications, ListAddressGroupings, ListAddressGroupingsError, ListAddressGroupingsItem,
270-
ListBanned, ListLabels, ListLockUnspent, ListLockUnspentItem, ListLockUnspentItemError,
271-
ListReceivedByAddress, ListReceivedByAddressError, ListReceivedByAddressItem, ListSinceBlock,
272-
ListSinceBlockError, ListSinceBlockTransaction, ListSinceBlockTransactionError,
273-
ListTransactions, ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError,
274-
ListWallets, LoadWallet, Locked, Logging, PruneBlockchain, RawTransactionError,
275-
RawTransactionInput, RawTransactionOutput, RescanBlockchain, SendMany, SendRawTransaction,
276-
SendToAddress, SetNetworkActive, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
254+
AddressInformation, Banned, Bip125Replaceable, BumpFee, BumpFeeError, ChainTips,
255+
ChainTipsError, ChainTipsStatus, CombinePsbt, CombineRawTransaction, ConvertToPsbt,
256+
CreateMultisig, CreateMultisigError, CreatePsbt, CreateRawTransaction, CreateWallet,
257+
DecodePsbt, DecodePsbtError, DecodeRawTransaction, DecodeScript, DecodeScriptError,
258+
DumpPrivKey, DumpWallet, EncryptWallet, EstimateSmartFee, FinalizePsbt, FinalizePsbtError,
259+
FundRawTransaction, FundRawTransactionError, Generate, GenerateToAddress, GetAddedNodeInfo,
260+
GetAddressInfo, GetAddressInfoEmbedded, GetAddressInfoEmbeddedError, GetAddressInfoError,
261+
GetAddressInfoLabel, GetAddressesByLabel, GetBalance, GetBestBlockHash, GetBlockCount,
262+
GetBlockHash, GetBlockHeader, GetBlockHeaderError, GetBlockHeaderVerbose,
263+
GetBlockHeaderVerboseError, GetBlockStats, GetBlockStatsError, GetBlockTemplate,
264+
GetBlockTemplateError, GetBlockVerboseOne, GetBlockVerboseOneError, GetBlockVerboseZero,
265+
GetChainTips, GetChainTxStatsError, GetConnectionCount, GetDifficulty, GetMemoryInfoStats,
266+
GetMempoolInfoError, GetMiningInfo, GetNetTotals, GetNetworkInfoAddress, GetNetworkInfoError,
267+
GetNetworkInfoNetwork, GetNewAddress, GetRawChangeAddress, GetRawMempool, GetRawMempoolVerbose,
268+
GetRawTransaction, GetRawTransactionVerbose, GetRawTransactionVerboseError,
269+
GetReceivedByAddress, GetTransactionDetail, GetTransactionDetailError, GetTransactionError,
270+
GetTxOut, GetTxOutError, GetTxOutSetInfo, GetTxOutSetInfoError, GetUnconfirmedBalance,
271+
GetWalletInfo, GetWalletInfoError, GetZmqNotifications, ListAddressGroupings,
272+
ListAddressGroupingsError, ListAddressGroupingsItem, ListBanned, ListLabels, ListLockUnspent,
273+
ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddress,
274+
ListReceivedByAddressError, ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError,
275+
ListSinceBlockTransaction, ListSinceBlockTransactionError, ListTransactions,
276+
ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet,
277+
Locked, Logging, PruneBlockchain, RawTransactionError, RawTransactionInput,
278+
RawTransactionOutput, RescanBlockchain, SendMany, SendRawTransaction, SendToAddress,
279+
SetNetworkActive, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
277280
SignRawTransactionError, SoftforkReject, TestMempoolAccept, TransactionCategory, UploadTarget,
278281
ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof,
279282
WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
280-
Bip125Replaceable,
281283
};
282284
#[doc(inline)]
283285
pub use crate::v18::{

types/src/v20/mod.rs

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -242,26 +242,26 @@ pub use self::{
242242
pub use crate::{
243243
v17::{
244244
AbortRescan, AddMultisigAddress, AddMultisigAddressError, AddedNode, AddedNodeAddress,
245-
AddressInformation, BumpFee, BumpFeeError, ChainTips, ChainTipsError, ChainTipsStatus,
246-
CombinePsbt, CombineRawTransaction, ConvertToPsbt, CreateMultisigError, CreatePsbt,
247-
CreateRawTransaction, CreateWallet, DecodePsbt, DecodePsbtError, DecodeRawTransaction,
248-
DecodeScript, DecodeScriptError, DumpPrivKey, DumpWallet, EncryptWallet, EstimateSmartFee,
249-
FinalizePsbt, FinalizePsbtError, FundRawTransaction, FundRawTransactionError, Generate,
250-
GenerateToAddress, GetAddedNodeInfo, GetAddressInfo, GetAddressInfoEmbedded,
251-
GetAddressInfoEmbeddedError, GetAddressInfoError, GetAddressInfoLabel, GetAddressesByLabel,
252-
GetBalance, GetBestBlockHash, GetBlockCount, GetBlockHash, GetBlockHeader,
253-
GetBlockHeaderError, GetBlockHeaderVerbose, GetBlockHeaderVerboseError, GetBlockStats,
254-
GetBlockStatsError, GetBlockTemplate, GetBlockTemplateError, GetBlockVerboseOne,
255-
GetBlockVerboseOneError, GetBlockVerboseZero, GetChainTips, GetChainTxStatsError,
256-
GetConnectionCount, GetDifficulty, GetMemoryInfoStats, GetMempoolInfoError, GetMiningInfo,
257-
GetNetTotals, GetNetworkInfoAddress, GetNetworkInfoError, GetNetworkInfoNetwork,
258-
GetNewAddress, GetRawChangeAddress, GetRawMempool, GetRawMempoolVerbose, GetRawTransaction,
259-
GetRawTransactionVerbose, GetRawTransactionVerboseError, GetReceivedByAddress,
260-
GetTransactionDetailError, GetTransactionError,
261-
GetTxOut, GetTxOutError, GetTxOutSetInfo, GetTxOutSetInfoError, GetUnconfirmedBalance,
262-
GetWalletInfo, GetWalletInfoError, GetZmqNotifications, ListAddressGroupings,
263-
ListAddressGroupingsError, ListAddressGroupingsItem, ListLabels, ListLockUnspent,
264-
ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddress,
245+
AddressInformation, Bip125Replaceable, BumpFee, BumpFeeError, ChainTips, ChainTipsError,
246+
ChainTipsStatus, CombinePsbt, CombineRawTransaction, ConvertToPsbt, CreateMultisigError,
247+
CreatePsbt, CreateRawTransaction, CreateWallet, DecodePsbt, DecodePsbtError,
248+
DecodeRawTransaction, DecodeScript, DecodeScriptError, DumpPrivKey, DumpWallet,
249+
EncryptWallet, EstimateSmartFee, FinalizePsbt, FinalizePsbtError, FundRawTransaction,
250+
FundRawTransactionError, Generate, GenerateToAddress, GetAddedNodeInfo, GetAddressInfo,
251+
GetAddressInfoEmbedded, GetAddressInfoEmbeddedError, GetAddressInfoError,
252+
GetAddressInfoLabel, GetAddressesByLabel, GetBalance, GetBestBlockHash, GetBlockCount,
253+
GetBlockHash, GetBlockHeader, GetBlockHeaderError, GetBlockHeaderVerbose,
254+
GetBlockHeaderVerboseError, GetBlockStats, GetBlockStatsError, GetBlockTemplate,
255+
GetBlockTemplateError, GetBlockVerboseOne, GetBlockVerboseOneError, GetBlockVerboseZero,
256+
GetChainTips, GetChainTxStatsError, GetConnectionCount, GetDifficulty, GetMemoryInfoStats,
257+
GetMempoolInfoError, GetMiningInfo, GetNetTotals, GetNetworkInfoAddress,
258+
GetNetworkInfoError, GetNetworkInfoNetwork, GetNewAddress, GetRawChangeAddress,
259+
GetRawMempool, GetRawMempoolVerbose, GetRawTransaction, GetRawTransactionVerbose,
260+
GetRawTransactionVerboseError, GetReceivedByAddress, GetTransactionDetailError,
261+
GetTransactionError, GetTxOut, GetTxOutError, GetTxOutSetInfo, GetTxOutSetInfoError,
262+
GetUnconfirmedBalance, GetWalletInfo, GetWalletInfoError, GetZmqNotifications,
263+
ListAddressGroupings, ListAddressGroupingsError, ListAddressGroupingsItem, ListLabels,
264+
ListLockUnspent, ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddress,
265265
ListReceivedByAddressError, ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError,
266266
ListSinceBlockTransaction, ListSinceBlockTransactionError, ListTransactions,
267267
ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError, ListWallets,
@@ -271,7 +271,7 @@ pub use crate::{
271271
SignRawTransactionError, SoftforkReject, TestMempoolAccept, TransactionCategory,
272272
UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage,
273273
VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt,
274-
WitnessUtxo, Bip125Replaceable,
274+
WitnessUtxo,
275275
},
276276
v18::{
277277
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
@@ -280,12 +280,12 @@ pub use crate::{
280280
ListWalletDir, ListWalletDirWallet, NodeAddress, UtxoUpdatePsbt,
281281
},
282282
v19::{
283-
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances, GetBalancesMine,
284-
GetBalancesWatchOnly, GetBlockFilter, GetBlockFilterError, GetBlockchainInfo,
285-
GetBlockchainInfoError, GetChainTxStats, GetDescriptorInfo, GetMempoolAncestors,
286-
GetMempoolAncestorsVerbose, GetMempoolDescendants, GetMempoolDescendantsVerbose,
287-
GetMempoolEntry, GetMempoolInfo, GetNetworkInfo, GetPeerInfo, GetRpcInfo,
288-
MapMempoolEntryError, MempoolEntry, MempoolEntryError, MempoolEntryFees,
289-
MempoolEntryFeesError, PeerInfo, Softfork, SoftforkType, GetBalancesError,
283+
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances,
284+
GetBalancesError, GetBalancesMine, GetBalancesWatchOnly, GetBlockFilter,
285+
GetBlockFilterError, GetBlockchainInfo, GetBlockchainInfoError, GetChainTxStats,
286+
GetDescriptorInfo, GetMempoolAncestors, GetMempoolAncestorsVerbose, GetMempoolDescendants,
287+
GetMempoolDescendantsVerbose, GetMempoolEntry, GetMempoolInfo, GetNetworkInfo, GetPeerInfo,
288+
GetRpcInfo, MapMempoolEntryError, MempoolEntry, MempoolEntryError, MempoolEntryFees,
289+
MempoolEntryFeesError, PeerInfo, Softfork, SoftforkType,
290290
},
291291
};

types/src/v21/mod.rs

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -264,21 +264,20 @@ pub use crate::{
264264
GetNetTotals, GetNetworkInfoAddress, GetNetworkInfoError, GetNetworkInfoNetwork,
265265
GetNewAddress, GetRawChangeAddress, GetRawMempool, GetRawMempoolVerbose, GetRawTransaction,
266266
GetRawTransactionVerbose, GetRawTransactionVerboseError, GetReceivedByAddress,
267-
GetTransactionDetailError, GetTransactionError,
268-
GetTxOut, GetTxOutError, GetTxOutSetInfo, GetTxOutSetInfoError, GetUnconfirmedBalance,
269-
GetWalletInfo, GetWalletInfoError, GetZmqNotifications, ListAddressGroupings,
270-
ListAddressGroupingsError, ListAddressGroupingsItem, ListLabels, ListLockUnspent,
271-
ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddress,
272-
ListReceivedByAddressError, ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError,
273-
ListSinceBlockTransaction, ListSinceBlockTransactionError, ListTransactions,
274-
ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError, ListWallets,
275-
LoadWallet, Locked, PruneBlockchain, RawTransactionError, RawTransactionInput,
276-
RawTransactionOutput, RescanBlockchain, SendMany, SendRawTransaction, SendToAddress,
277-
SetNetworkActive, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
278-
SignRawTransactionError, SoftforkReject, TestMempoolAccept, TransactionCategory,
279-
UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage,
280-
VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt,
281-
WitnessUtxo,
267+
GetTransactionDetailError, GetTransactionError, GetTxOut, GetTxOutError, GetTxOutSetInfo,
268+
GetTxOutSetInfoError, GetUnconfirmedBalance, GetWalletInfo, GetWalletInfoError,
269+
GetZmqNotifications, ListAddressGroupings, ListAddressGroupingsError,
270+
ListAddressGroupingsItem, ListLabels, ListLockUnspent, ListLockUnspentItem,
271+
ListLockUnspentItemError, ListReceivedByAddress, ListReceivedByAddressError,
272+
ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError, ListSinceBlockTransaction,
273+
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
274+
ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet, Locked,
275+
PruneBlockchain, RawTransactionError, RawTransactionInput, RawTransactionOutput,
276+
RescanBlockchain, SendMany, SendRawTransaction, SendToAddress, SetNetworkActive,
277+
SignMessage, SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError,
278+
SoftforkReject, TestMempoolAccept, TransactionCategory, UploadTarget, ValidateAddress,
279+
ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt,
280+
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
282281
},
283282
v18::{
284283
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
@@ -287,12 +286,11 @@ pub use crate::{
287286
ListWalletDir, ListWalletDirWallet, NodeAddress, UtxoUpdatePsbt,
288287
},
289288
v19::{
290-
Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances, GetBalancesMine,
289+
Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances, GetBalancesError, GetBalancesMine,
291290
GetBalancesWatchOnly, GetBlockFilter, GetBlockFilterError, GetBlockchainInfoError,
292291
GetChainTxStats, GetDescriptorInfo, GetMempoolAncestors, GetMempoolAncestorsVerbose,
293292
GetMempoolDescendants, GetMempoolDescendantsVerbose, GetRpcInfo, MapMempoolEntryError,
294293
MempoolEntry, MempoolEntryError, MempoolEntryFees, MempoolEntryFeesError, PeerInfo,
295-
GetBalancesError,
296294
},
297-
v20::{Banned, CreateMultisig, ListBanned, Logging, GetTransaction, GetTransactionDetail},
295+
v20::{Banned, CreateMultisig, GetTransaction, GetTransactionDetail, ListBanned, Logging},
298296
};

0 commit comments

Comments
 (0)