Skip to content

Commit 51ebe64

Browse files
committed
Run the formatter
Reordering of the reexports alphabetically, no other changes.
1 parent 4c32f09 commit 51ebe64

File tree

10 files changed

+204
-218
lines changed

10 files changed

+204
-218
lines changed

types/src/v20/mod.rs

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -241,35 +241,35 @@ pub use crate::{
241241
v17::{
242242
AbortRescan, AddMultisigAddress, AddMultisigAddressError, AddedNode, AddedNodeAddress,
243243
AddressInformation, BumpFee, BumpFeeError, ChainTips, ChainTipsError, ChainTipsStatus,
244-
CombinePsbt, CombineRawTransaction, ConvertToPsbt, CreateMultisigError,
245-
CreatePsbt, CreateRawTransaction, CreateWallet, DecodePsbt, DecodePsbtError,
246-
DecodeRawTransaction, DecodeScript, DecodeScriptError, DumpPrivKey, DumpWallet,
247-
EncryptWallet, EstimateSmartFee, FinalizePsbt, FinalizePsbtError, FundRawTransaction,
248-
FundRawTransactionError, Generate, GenerateToAddress, GetAddedNodeInfo, GetAddressInfo,
249-
GetAddressInfoEmbedded, GetAddressInfoEmbeddedError, GetAddressInfoError,
250-
GetAddressInfoLabel, GetAddressesByLabel, GetBalance, GetBestBlockHash, GetBlockCount,
251-
GetBlockHash, GetBlockHeader, GetBlockHeaderError, GetBlockHeaderVerbose,
252-
GetBlockHeaderVerboseError, GetBlockStats, GetBlockStatsError, GetBlockTemplate,
253-
GetBlockTemplateError, GetBlockVerboseOne, GetBlockVerboseOneError, GetBlockVerboseZero,
254-
GetChainTips, GetChainTxStatsError, GetConnectionCount, GetDifficulty, GetMemoryInfoStats,
255-
GetMempoolInfoError, GetMiningInfo, GetNetTotals, GetNetworkInfoAddress,
256-
GetNetworkInfoError, GetNetworkInfoNetwork, GetNewAddress, GetRawChangeAddress,
257-
GetRawMempool, GetRawMempoolVerbose, GetRawTransaction, GetRawTransactionVerbose,
258-
GetRawTransactionVerboseError, GetReceivedByAddress, GetTransaction, GetTransactionDetail,
259-
GetTransactionDetailError, GetTransactionError, GetTxOut, GetTxOutError, GetTxOutSetInfo,
260-
GetTxOutSetInfoError, GetUnconfirmedBalance, GetWalletInfo, GetWalletInfoError,
261-
GetZmqNotifications, ListAddressGroupings, ListAddressGroupingsError,
262-
ListAddressGroupingsItem, ListLabels, ListLockUnspent, ListLockUnspentItem,
263-
ListLockUnspentItemError, ListReceivedByAddress, ListReceivedByAddressError,
264-
ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError, ListSinceBlockTransaction,
265-
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
266-
ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet, Locked,
267-
PruneBlockchain, RawTransactionError, RawTransactionInput, RawTransactionOutput,
268-
RescanBlockchain, SendMany, SendRawTransaction, SendToAddress, SetNetworkActive,
269-
SignMessage, SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError,
270-
SoftforkReject, TestMempoolAccept, TransactionCategory, UploadTarget, ValidateAddress,
271-
ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt,
272-
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
244+
CombinePsbt, CombineRawTransaction, ConvertToPsbt, CreateMultisigError, CreatePsbt,
245+
CreateRawTransaction, CreateWallet, DecodePsbt, DecodePsbtError, DecodeRawTransaction,
246+
DecodeScript, DecodeScriptError, DumpPrivKey, DumpWallet, EncryptWallet, EstimateSmartFee,
247+
FinalizePsbt, FinalizePsbtError, FundRawTransaction, FundRawTransactionError, Generate,
248+
GenerateToAddress, GetAddedNodeInfo, GetAddressInfo, GetAddressInfoEmbedded,
249+
GetAddressInfoEmbeddedError, GetAddressInfoError, GetAddressInfoLabel, GetAddressesByLabel,
250+
GetBalance, GetBestBlockHash, GetBlockCount, GetBlockHash, GetBlockHeader,
251+
GetBlockHeaderError, GetBlockHeaderVerbose, GetBlockHeaderVerboseError, GetBlockStats,
252+
GetBlockStatsError, GetBlockTemplate, GetBlockTemplateError, GetBlockVerboseOne,
253+
GetBlockVerboseOneError, GetBlockVerboseZero, GetChainTips, GetChainTxStatsError,
254+
GetConnectionCount, GetDifficulty, GetMemoryInfoStats, GetMempoolInfoError, GetMiningInfo,
255+
GetNetTotals, GetNetworkInfoAddress, GetNetworkInfoError, GetNetworkInfoNetwork,
256+
GetNewAddress, GetRawChangeAddress, GetRawMempool, GetRawMempoolVerbose, GetRawTransaction,
257+
GetRawTransactionVerbose, GetRawTransactionVerboseError, GetReceivedByAddress,
258+
GetTransaction, GetTransactionDetail, GetTransactionDetailError, GetTransactionError,
259+
GetTxOut, GetTxOutError, GetTxOutSetInfo, GetTxOutSetInfoError, GetUnconfirmedBalance,
260+
GetWalletInfo, GetWalletInfoError, GetZmqNotifications, ListAddressGroupings,
261+
ListAddressGroupingsError, ListAddressGroupingsItem, ListLabels, ListLockUnspent,
262+
ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddress,
263+
ListReceivedByAddressError, ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError,
264+
ListSinceBlockTransaction, ListSinceBlockTransactionError, ListTransactions,
265+
ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError, ListWallets,
266+
LoadWallet, Locked, PruneBlockchain, RawTransactionError, RawTransactionInput,
267+
RawTransactionOutput, RescanBlockchain, SendMany, SendRawTransaction, SendToAddress,
268+
SetNetworkActive, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
269+
SignRawTransactionError, SoftforkReject, TestMempoolAccept, TransactionCategory,
270+
UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage,
271+
VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt,
272+
WitnessUtxo,
273273
},
274274
v18::{
275275
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,

types/src/v21/mod.rs

Lines changed: 32 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -250,35 +250,35 @@ pub use crate::{
250250
v17::{
251251
AbortRescan, AddMultisigAddress, AddMultisigAddressError, AddedNode, AddedNodeAddress,
252252
AddressInformation, BumpFee, BumpFeeError, ChainTips, ChainTipsError, ChainTipsStatus,
253-
CombinePsbt, CombineRawTransaction, ConvertToPsbt, CreateMultisigError,
254-
CreatePsbt, CreateRawTransaction, CreateWallet, DecodePsbt, DecodePsbtError,
255-
DecodeRawTransaction, DecodeScript, DecodeScriptError, DumpPrivKey, DumpWallet,
256-
EncryptWallet, EstimateSmartFee, FinalizePsbt, FinalizePsbtError, FundRawTransaction,
257-
FundRawTransactionError, Generate, GenerateToAddress, GetAddedNodeInfo, GetAddressInfo,
258-
GetAddressInfoEmbedded, GetAddressInfoEmbeddedError, GetAddressInfoError,
259-
GetAddressInfoLabel, GetAddressesByLabel, GetBalance, GetBestBlockHash, GetBlockCount,
260-
GetBlockHash, GetBlockHeader, GetBlockHeaderError, GetBlockHeaderVerbose,
261-
GetBlockHeaderVerboseError, GetBlockStats, GetBlockStatsError, GetBlockTemplate,
262-
GetBlockTemplateError, GetBlockVerboseOne, GetBlockVerboseOneError, GetBlockVerboseZero,
263-
GetChainTips, GetChainTxStatsError, GetConnectionCount, GetDifficulty, GetMemoryInfoStats,
264-
GetMempoolInfoError, GetMiningInfo, GetNetTotals, GetNetworkInfoAddress,
265-
GetNetworkInfoError, GetNetworkInfoNetwork, GetNewAddress, GetRawChangeAddress,
266-
GetRawMempool, GetRawMempoolVerbose, GetRawTransaction, GetRawTransactionVerbose,
267-
GetRawTransactionVerboseError, GetReceivedByAddress, GetTransaction, GetTransactionDetail,
268-
GetTransactionDetailError, GetTransactionError, GetTxOut, GetTxOutError, GetTxOutSetInfo,
269-
GetTxOutSetInfoError, GetUnconfirmedBalance, GetWalletInfo, GetWalletInfoError,
270-
GetZmqNotifications, ListAddressGroupings, ListAddressGroupingsError,
271-
ListAddressGroupingsItem, ListLabels, ListLockUnspent, ListLockUnspentItem,
272-
ListLockUnspentItemError, ListReceivedByAddress, ListReceivedByAddressError,
273-
ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError, ListSinceBlockTransaction,
274-
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
275-
ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet, Locked,
276-
PruneBlockchain, RawTransactionError, RawTransactionInput, RawTransactionOutput,
277-
RescanBlockchain, SendMany, SendRawTransaction, SendToAddress, SetNetworkActive,
278-
SignMessage, SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError,
279-
SoftforkReject, TestMempoolAccept, TransactionCategory, UploadTarget, ValidateAddress,
280-
ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt,
281-
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
253+
CombinePsbt, CombineRawTransaction, ConvertToPsbt, CreateMultisigError, CreatePsbt,
254+
CreateRawTransaction, CreateWallet, DecodePsbt, DecodePsbtError, DecodeRawTransaction,
255+
DecodeScript, DecodeScriptError, DumpPrivKey, DumpWallet, EncryptWallet, EstimateSmartFee,
256+
FinalizePsbt, FinalizePsbtError, FundRawTransaction, FundRawTransactionError, Generate,
257+
GenerateToAddress, GetAddedNodeInfo, GetAddressInfo, GetAddressInfoEmbedded,
258+
GetAddressInfoEmbeddedError, GetAddressInfoError, GetAddressInfoLabel, GetAddressesByLabel,
259+
GetBalance, GetBestBlockHash, GetBlockCount, GetBlockHash, GetBlockHeader,
260+
GetBlockHeaderError, GetBlockHeaderVerbose, GetBlockHeaderVerboseError, GetBlockStats,
261+
GetBlockStatsError, GetBlockTemplate, GetBlockTemplateError, GetBlockVerboseOne,
262+
GetBlockVerboseOneError, GetBlockVerboseZero, GetChainTips, GetChainTxStatsError,
263+
GetConnectionCount, GetDifficulty, GetMemoryInfoStats, GetMempoolInfoError, GetMiningInfo,
264+
GetNetTotals, GetNetworkInfoAddress, GetNetworkInfoError, GetNetworkInfoNetwork,
265+
GetNewAddress, GetRawChangeAddress, GetRawMempool, GetRawMempoolVerbose, GetRawTransaction,
266+
GetRawTransactionVerbose, GetRawTransactionVerboseError, GetReceivedByAddress,
267+
GetTransaction, GetTransactionDetail, 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,
282282
},
283283
v18::{
284284
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
@@ -288,10 +288,9 @@ pub use crate::{
288288
},
289289
v19::{
290290
Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances, GetBalancesMine,
291-
GetBalancesWatchOnly, GetBlockFilter, GetBlockFilterError,
292-
GetBlockchainInfoError, GetChainTxStats, GetDescriptorInfo, GetMempoolAncestors,
293-
GetMempoolAncestorsVerbose, GetMempoolDescendants, GetMempoolDescendantsVerbose,
294-
GetRpcInfo, MapMempoolEntryError,
291+
GetBalancesWatchOnly, GetBlockFilter, GetBlockFilterError, GetBlockchainInfoError,
292+
GetChainTxStats, GetDescriptorInfo, GetMempoolAncestors, GetMempoolAncestorsVerbose,
293+
GetMempoolDescendants, GetMempoolDescendantsVerbose, GetRpcInfo, MapMempoolEntryError,
295294
MempoolEntry, MempoolEntryError, MempoolEntryFees, MempoolEntryFeesError, PeerInfo,
296295
},
297296
v20::{Banned, CreateMultisig, ListBanned, Logging},

types/src/v22/mod.rs

Lines changed: 34 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -258,35 +258,35 @@ pub use crate::{
258258
v17::{
259259
AbortRescan, AddMultisigAddress, AddMultisigAddressError, AddedNode, AddedNodeAddress,
260260
AddressInformation, BumpFee, BumpFeeError, ChainTips, ChainTipsError, ChainTipsStatus,
261-
CombinePsbt, CombineRawTransaction, ConvertToPsbt, CreateMultisigError,
262-
CreatePsbt, CreateRawTransaction, CreateWallet, DecodePsbt, DecodePsbtError,
263-
DecodeRawTransaction, DecodeScript, DecodeScriptError, DumpPrivKey, DumpWallet,
264-
EncryptWallet, EstimateSmartFee, FinalizePsbt, FinalizePsbtError, FundRawTransaction,
265-
FundRawTransactionError, Generate, GenerateToAddress, GetAddedNodeInfo, GetAddressInfo,
266-
GetAddressInfoEmbedded, GetAddressInfoEmbeddedError, GetAddressInfoError,
267-
GetAddressInfoLabel, GetAddressesByLabel, GetBalance, GetBestBlockHash, GetBlockCount,
268-
GetBlockHash, GetBlockHeader, GetBlockHeaderError, GetBlockHeaderVerbose,
269-
GetBlockHeaderVerboseError, GetBlockStats, GetBlockStatsError, GetBlockTemplate,
270-
GetBlockTemplateError, GetBlockVerboseOne, GetBlockVerboseOneError, GetBlockVerboseZero,
271-
GetChainTips, GetChainTxStatsError, GetConnectionCount, GetDifficulty, GetMemoryInfoStats,
272-
GetMempoolInfoError, GetMiningInfo, GetNetTotals, GetNetworkInfoAddress,
273-
GetNetworkInfoError, GetNetworkInfoNetwork, GetNewAddress, GetRawChangeAddress,
274-
GetRawMempool, GetRawMempoolVerbose, GetRawTransaction, GetRawTransactionVerbose,
275-
GetRawTransactionVerboseError, GetReceivedByAddress, GetTransaction, GetTransactionDetail,
276-
GetTransactionDetailError, GetTransactionError, GetTxOut, GetTxOutError, GetTxOutSetInfo,
277-
GetTxOutSetInfoError, GetUnconfirmedBalance, GetWalletInfo, GetWalletInfoError,
278-
GetZmqNotifications, ListAddressGroupings, ListAddressGroupingsError,
279-
ListAddressGroupingsItem, ListLabels, ListLockUnspent, ListLockUnspentItem,
280-
ListLockUnspentItemError, ListReceivedByAddress, ListReceivedByAddressError,
281-
ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError, ListSinceBlockTransaction,
282-
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
283-
ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet, Locked,
284-
PruneBlockchain, RawTransactionError, RawTransactionInput, RawTransactionOutput,
285-
RescanBlockchain, SendMany, SendRawTransaction, SendToAddress, SetNetworkActive,
286-
SignMessage, SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError,
287-
SoftforkReject, TestMempoolAccept, TransactionCategory, UploadTarget, ValidateAddress,
288-
ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt,
289-
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
261+
CombinePsbt, CombineRawTransaction, ConvertToPsbt, CreateMultisigError, CreatePsbt,
262+
CreateRawTransaction, CreateWallet, DecodePsbt, DecodePsbtError, DecodeRawTransaction,
263+
DecodeScript, DecodeScriptError, DumpPrivKey, DumpWallet, EncryptWallet, EstimateSmartFee,
264+
FinalizePsbt, FinalizePsbtError, FundRawTransaction, FundRawTransactionError, Generate,
265+
GenerateToAddress, GetAddedNodeInfo, GetAddressInfo, GetAddressInfoEmbedded,
266+
GetAddressInfoEmbeddedError, GetAddressInfoError, GetAddressInfoLabel, GetAddressesByLabel,
267+
GetBalance, GetBestBlockHash, GetBlockCount, GetBlockHash, GetBlockHeader,
268+
GetBlockHeaderError, GetBlockHeaderVerbose, GetBlockHeaderVerboseError, GetBlockStats,
269+
GetBlockStatsError, GetBlockTemplate, GetBlockTemplateError, GetBlockVerboseOne,
270+
GetBlockVerboseOneError, GetBlockVerboseZero, GetChainTips, GetChainTxStatsError,
271+
GetConnectionCount, GetDifficulty, GetMemoryInfoStats, GetMempoolInfoError, GetMiningInfo,
272+
GetNetTotals, GetNetworkInfoAddress, GetNetworkInfoError, GetNetworkInfoNetwork,
273+
GetNewAddress, GetRawChangeAddress, GetRawMempool, GetRawMempoolVerbose, GetRawTransaction,
274+
GetRawTransactionVerbose, GetRawTransactionVerboseError, GetReceivedByAddress,
275+
GetTransaction, GetTransactionDetail, GetTransactionDetailError, GetTransactionError,
276+
GetTxOut, GetTxOutError, GetTxOutSetInfo, GetTxOutSetInfoError, GetUnconfirmedBalance,
277+
GetWalletInfo, GetWalletInfoError, GetZmqNotifications, ListAddressGroupings,
278+
ListAddressGroupingsError, ListAddressGroupingsItem, ListLabels, ListLockUnspent,
279+
ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddress,
280+
ListReceivedByAddressError, ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError,
281+
ListSinceBlockTransaction, ListSinceBlockTransactionError, ListTransactions,
282+
ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError, ListWallets,
283+
LoadWallet, Locked, PruneBlockchain, RawTransactionError, RawTransactionInput,
284+
RawTransactionOutput, RescanBlockchain, SendMany, SendRawTransaction, SendToAddress,
285+
SetNetworkActive, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
286+
SignRawTransactionError, SoftforkReject, TestMempoolAccept, TransactionCategory,
287+
UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage,
288+
VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt,
289+
WitnessUtxo,
290290
},
291291
v18::{
292292
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
@@ -296,16 +296,15 @@ pub use crate::{
296296
},
297297
v19::{
298298
Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances, GetBalancesMine,
299-
GetBalancesWatchOnly, GetBlockFilter, GetBlockFilterError,
300-
GetBlockchainInfoError, GetChainTxStats, GetDescriptorInfo, GetMempoolAncestors,
301-
GetMempoolAncestorsVerbose, GetMempoolDescendants, GetMempoolDescendantsVerbose,
302-
GetRpcInfo, MapMempoolEntryError,
299+
GetBalancesWatchOnly, GetBlockFilter, GetBlockFilterError, GetBlockchainInfoError,
300+
GetChainTxStats, GetDescriptorInfo, GetMempoolAncestors, GetMempoolAncestorsVerbose,
301+
GetMempoolDescendants, GetMempoolDescendantsVerbose, GetRpcInfo, MapMempoolEntryError,
303302
MempoolEntry, MempoolEntryError, MempoolEntryFees, MempoolEntryFeesError, PeerInfo,
304303
},
305304
v20::CreateMultisig,
306305
v21::{
307-
Bip9SoftforkInfo, GetBlockchainInfo, GetMempoolEntry, Softfork, SoftforkType,
308-
UnloadWallet, GetNetworkInfo,
306+
Bip9SoftforkInfo, GetBlockchainInfo, GetMempoolEntry, GetNetworkInfo, Softfork,
307+
SoftforkType, UnloadWallet,
309308
},
310309
ScriptPubkey,
311310
};

0 commit comments

Comments
 (0)