Skip to content

Commit f7f4f21

Browse files
committed
Run the formatter
Reordering of the reexports only.
1 parent 3f03266 commit f7f4f21

File tree

13 files changed

+158
-161
lines changed

13 files changed

+158
-161
lines changed

types/src/v18/mod.rs

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,9 @@ pub use self::{
245245
util::{DeriveAddresses, GetDescriptorInfo},
246246
wallet::{
247247
GetAddressInfo, GetAddressInfoEmbedded, GetAddressInfoError, GetReceivedByLabel,
248-
ImportMulti, ImportMultiEntry, JsonRpcError, ListReceivedByLabel, ListReceivedByLabelError,
249-
ListUnspent, ListUnspentItem, ListWalletDir, ListWalletDirWallet, ListReceivedByAddress,
250-
ListReceivedByAddressItem,
248+
ImportMulti, ImportMultiEntry, JsonRpcError, ListReceivedByAddress,
249+
ListReceivedByAddressItem, ListReceivedByLabel, ListReceivedByLabelError, ListUnspent,
250+
ListUnspentItem, ListWalletDir, ListWalletDirWallet,
251251
},
252252
};
253253
#[doc(inline)]
@@ -273,16 +273,16 @@ pub use crate::v17::{
273273
GetTxOutSetInfoError, GetUnconfirmedBalance, GetWalletInfo, GetWalletInfoError,
274274
GetZmqNotifications, ListAddressGroupings, ListAddressGroupingsError, ListAddressGroupingsItem,
275275
ListBanned, ListLabels, ListLockUnspent, ListLockUnspentItem, ListLockUnspentItemError,
276-
ListReceivedByAddressError, ListSinceBlock,
277-
ListSinceBlockError, ListSinceBlockTransaction, ListSinceBlockTransactionError,
278-
ListTransactions, ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError,
279-
ListWallets, LoadWallet, LockUnspent, Locked, Logging, MapMempoolEntryError, MempoolAcceptance,
280-
MempoolEntryError, MempoolEntryFees, MempoolEntryFeesError, PruneBlockchain, PsbtInput,
281-
PsbtOutput, PsbtScript, RawTransaction, RawTransactionError, RawTransactionInput,
282-
RawTransactionOutput, RescanBlockchain, ScriptType, SendMany, SendRawTransaction,
283-
SendToAddress, SetNetworkActive, SetTxFee, SignFail, SignFailError, SignMessage,
284-
SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError, Softfork, SoftforkReject,
285-
TestMempoolAccept, TransactionCategory, UploadTarget, ValidateAddress, ValidateAddressError,
286-
VerifyChain, VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt,
287-
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
276+
ListReceivedByAddressError, ListSinceBlock, ListSinceBlockError, ListSinceBlockTransaction,
277+
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
278+
ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet, LockUnspent, Locked,
279+
Logging, MapMempoolEntryError, MempoolAcceptance, MempoolEntryError, MempoolEntryFees,
280+
MempoolEntryFeesError, PruneBlockchain, PsbtInput, PsbtOutput, PsbtScript, RawTransaction,
281+
RawTransactionError, RawTransactionInput, RawTransactionOutput, RescanBlockchain, ScriptType,
282+
SendMany, SendRawTransaction, SendToAddress, SetNetworkActive, SetTxFee, SignFail,
283+
SignFailError, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
284+
SignRawTransactionError, Softfork, SoftforkReject, TestMempoolAccept, TransactionCategory,
285+
UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage,
286+
VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt,
287+
WitnessUtxo,
288288
};

types/src/v18/wallet/into.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ use bitcoin::{
1010

1111
use super::{
1212
GetAddressInfo, GetAddressInfoEmbedded, GetAddressInfoEmbeddedError, GetAddressInfoError,
13-
GetReceivedByLabel, ListReceivedByLabel, ListReceivedByLabelError, ListReceivedByLabelItem,
14-
ListUnspent, ListUnspentItem, ListUnspentItemError, ListReceivedByAddress, ListReceivedByAddressError, ListReceivedByAddressItem,
13+
GetReceivedByLabel, ListReceivedByAddress, ListReceivedByAddressError,
14+
ListReceivedByAddressItem, ListReceivedByLabel, ListReceivedByLabelError,
15+
ListReceivedByLabelItem, ListUnspent, ListUnspentItem, ListUnspentItemError,
1516
};
1617
use crate::model;
1718

types/src/v19/mod.rs

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -271,23 +271,22 @@ pub use crate::v17::{
271271
GetTxOutSetInfoError, GetUnconfirmedBalance, GetWalletInfo, GetWalletInfoError,
272272
GetZmqNotifications, ListAddressGroupings, ListAddressGroupingsError, ListAddressGroupingsItem,
273273
ListBanned, ListLabels, ListLockUnspent, ListLockUnspentItem, ListLockUnspentItemError,
274-
ListReceivedByAddressError, 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,
274+
ListReceivedByAddressError, ListSinceBlock, ListSinceBlockError, ListSinceBlockTransaction,
275+
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
276+
ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet, LockUnspent, Locked,
277+
Logging, PruneBlockchain, RawTransactionError, RawTransactionInput, RawTransactionOutput,
278+
RescanBlockchain, ScriptType, SendMany, SendRawTransaction, SendToAddress, SetNetworkActive,
279+
SetTxFee, SignMessage, SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError,
280+
SoftforkReject, TestMempoolAccept, TransactionCategory, UploadTarget, ValidateAddress,
281+
ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt,
283282
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
284283
};
285284
#[doc(inline)]
286285
pub use crate::v18::{
287286
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
288287
AnalyzePsbtInputMissingError, DeriveAddresses, GetAddressInfo, GetAddressInfoEmbedded,
289288
GetAddressInfoError, GetNodeAddresses, GetReceivedByLabel, ImportMulti, ImportMultiEntry,
290-
JoinPsbts, JsonRpcError, ListReceivedByLabel, ListReceivedByLabelError, ListUnspent,
291-
ListUnspentItem, ListWalletDir, ListWalletDirWallet, NodeAddress, UtxoUpdatePsbt,
292-
ListReceivedByAddress, ListReceivedByAddressItem,
289+
JoinPsbts, JsonRpcError, ListReceivedByAddress, ListReceivedByAddressItem, ListReceivedByLabel,
290+
ListReceivedByLabelError, ListUnspent, ListUnspentItem, ListWalletDir, ListWalletDirWallet,
291+
NodeAddress, UtxoUpdatePsbt,
293292
};

types/src/v20/mod.rs

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -265,25 +265,24 @@ pub use crate::{
265265
GetTxOutSetInfoError, GetUnconfirmedBalance, GetWalletInfo, GetWalletInfoError,
266266
GetZmqNotifications, ListAddressGroupings, ListAddressGroupingsError,
267267
ListAddressGroupingsItem, ListLabels, ListLockUnspent, ListLockUnspentItem,
268-
ListLockUnspentItemError, ListReceivedByAddressError,
269-
ListSinceBlock, ListSinceBlockError, ListSinceBlockTransaction,
270-
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
271-
ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet, LockUnspent,
272-
Locked, PruneBlockchain, RawTransactionError, RawTransactionInput, RawTransactionOutput,
273-
RescanBlockchain, ScriptType, SendMany, SendRawTransaction, SendToAddress,
274-
SetNetworkActive, SetTxFee, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
275-
SignRawTransactionError, SoftforkReject, TestMempoolAccept, TransactionCategory,
276-
UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage,
277-
VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt,
278-
WitnessUtxo,
268+
ListLockUnspentItemError, ListReceivedByAddressError, ListSinceBlock, ListSinceBlockError,
269+
ListSinceBlockTransaction, ListSinceBlockTransactionError, ListTransactions,
270+
ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError, ListWallets,
271+
LoadWallet, LockUnspent, Locked, PruneBlockchain, RawTransactionError, RawTransactionInput,
272+
RawTransactionOutput, RescanBlockchain, ScriptType, SendMany, SendRawTransaction,
273+
SendToAddress, SetNetworkActive, SetTxFee, SignMessage, SignMessageWithPrivKey,
274+
SignRawTransaction, SignRawTransactionError, SoftforkReject, TestMempoolAccept,
275+
TransactionCategory, UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain,
276+
VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError,
277+
WalletProcessPsbt, WitnessUtxo,
279278
},
280279
v18::{
281280
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
282281
AnalyzePsbtInputMissingError, DeriveAddresses, GetAddressInfoError, GetNodeAddresses,
283282
GetReceivedByLabel, ImportMulti, ImportMultiEntry, JoinPsbts, JsonRpcError,
284-
ListReceivedByLabel, ListReceivedByLabelError, ListUnspent, ListUnspentItem, ListWalletDir,
285-
ListWalletDirWallet, NodeAddress, UtxoUpdatePsbt, ListReceivedByAddress,
286-
ListReceivedByAddressItem,
283+
ListReceivedByAddress, ListReceivedByAddressItem, ListReceivedByLabel,
284+
ListReceivedByLabelError, ListUnspent, ListUnspentItem, ListWalletDir, ListWalletDirWallet,
285+
NodeAddress, UtxoUpdatePsbt,
287286
},
288287
v19::{
289288
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances,

types/src/v21/mod.rs

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -281,24 +281,24 @@ pub use crate::{
281281
GetTxOutSetInfoError, GetUnconfirmedBalance, GetWalletInfo, GetWalletInfoError,
282282
GetZmqNotifications, ListAddressGroupings, ListAddressGroupingsError,
283283
ListAddressGroupingsItem, ListLabels, ListLockUnspent, ListLockUnspentItem,
284-
ListLockUnspentItemError, ListReceivedByAddressError,
285-
ListSinceBlock, ListSinceBlockError, ListSinceBlockTransaction,
286-
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
287-
ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet, LockUnspent,
288-
Locked, PruneBlockchain, RawTransactionError, RawTransactionInput, RawTransactionOutput,
289-
RescanBlockchain, ScriptType, SendMany, SendRawTransaction, SendToAddress,
290-
SetNetworkActive, SetTxFee, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
291-
SignRawTransactionError, SoftforkReject, TransactionCategory, UploadTarget,
292-
ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof,
293-
WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
284+
ListLockUnspentItemError, ListReceivedByAddressError, ListSinceBlock, ListSinceBlockError,
285+
ListSinceBlockTransaction, ListSinceBlockTransactionError, ListTransactions,
286+
ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError, ListWallets,
287+
LoadWallet, LockUnspent, Locked, PruneBlockchain, RawTransactionError, RawTransactionInput,
288+
RawTransactionOutput, RescanBlockchain, ScriptType, SendMany, SendRawTransaction,
289+
SendToAddress, SetNetworkActive, SetTxFee, SignMessage, SignMessageWithPrivKey,
290+
SignRawTransaction, SignRawTransactionError, SoftforkReject, TransactionCategory,
291+
UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage,
292+
VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt,
293+
WitnessUtxo,
294294
},
295295
v18::{
296296
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
297297
AnalyzePsbtInputMissingError, DeriveAddresses, GetAddressInfoError, GetNodeAddresses,
298298
GetReceivedByLabel, ImportMulti, ImportMultiEntry, JoinPsbts, JsonRpcError,
299-
ListReceivedByLabel, ListReceivedByLabelError, ListUnspent, ListUnspentItem, ListWalletDir,
300-
ListWalletDirWallet, NodeAddress, UtxoUpdatePsbt, ListReceivedByAddress,
301-
ListReceivedByAddressItem,
299+
ListReceivedByAddress, ListReceivedByAddressItem, ListReceivedByLabel,
300+
ListReceivedByLabelError, ListUnspent, ListUnspentItem, ListWalletDir, ListWalletDirWallet,
301+
NodeAddress, UtxoUpdatePsbt,
302302
},
303303
v19::{
304304
Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances, GetBalancesError, GetBalancesMine,

types/src/v22/mod.rs

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -283,24 +283,23 @@ pub use crate::{
283283
GetTransactionError, GetTxOut, GetTxOutError, GetTxOutSetInfo, GetTxOutSetInfoError,
284284
GetUnconfirmedBalance, GetWalletInfo, GetWalletInfoError, GetZmqNotifications,
285285
ListAddressGroupings, ListAddressGroupingsError, ListAddressGroupingsItem, ListLabels,
286-
ListLockUnspent, ListLockUnspentItem, ListLockUnspentItemError,
287-
ListReceivedByAddressError, ListSinceBlock, ListSinceBlockError,
288-
ListSinceBlockTransaction, ListSinceBlockTransactionError, ListTransactions,
289-
ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError, ListWallets,
290-
LoadWallet, LockUnspent, Locked, PruneBlockchain, RawTransactionError, RawTransactionInput,
291-
RawTransactionOutput, RescanBlockchain, ScriptType, SendMany, SendRawTransaction,
292-
SendToAddress, SetNetworkActive, SetTxFee, SignMessage, SignMessageWithPrivKey,
293-
SignRawTransaction, SignRawTransactionError, SoftforkReject, TransactionCategory,
294-
UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage,
295-
VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt,
296-
WitnessUtxo,
286+
ListLockUnspent, ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddressError,
287+
ListSinceBlock, ListSinceBlockError, ListSinceBlockTransaction,
288+
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
289+
ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet, LockUnspent,
290+
Locked, PruneBlockchain, RawTransactionError, RawTransactionInput, RawTransactionOutput,
291+
RescanBlockchain, ScriptType, SendMany, SendRawTransaction, SendToAddress,
292+
SetNetworkActive, SetTxFee, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
293+
SignRawTransactionError, SoftforkReject, TransactionCategory, UploadTarget,
294+
ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof,
295+
WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
297296
},
298297
v18::{
299298
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
300299
AnalyzePsbtInputMissingError, DeriveAddresses, GetAddressInfoError, GetReceivedByLabel,
301-
ImportMulti, ImportMultiEntry, JoinPsbts, JsonRpcError, ListReceivedByLabel,
302-
ListReceivedByLabelError, ListUnspent, ListUnspentItem, ListWalletDir, ListWalletDirWallet,
303-
UtxoUpdatePsbt, ListReceivedByAddress, ListReceivedByAddressItem,
300+
ImportMulti, ImportMultiEntry, JoinPsbts, JsonRpcError, ListReceivedByAddress,
301+
ListReceivedByAddressItem, ListReceivedByLabel, ListReceivedByLabelError, ListUnspent,
302+
ListUnspentItem, ListWalletDir, ListWalletDirWallet, UtxoUpdatePsbt,
304303
},
305304
v19::{
306305
Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances, GetBalancesError, GetBalancesMine,

types/src/v23/mod.rs

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -281,23 +281,23 @@ pub use crate::{
281281
GetTxOutError, GetTxOutSetInfo, GetTxOutSetInfoError, GetUnconfirmedBalance, GetWalletInfo,
282282
GetWalletInfoError, GetZmqNotifications, ListAddressGroupings, ListAddressGroupingsError,
283283
ListAddressGroupingsItem, ListLabels, ListLockUnspent, ListLockUnspentItem,
284-
ListLockUnspentItemError, ListReceivedByAddressError,
285-
ListSinceBlock, ListSinceBlockError, ListSinceBlockTransaction,
286-
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
287-
ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet, LockUnspent,
288-
Locked, PruneBlockchain, RawTransactionError, RawTransactionInput, RawTransactionOutput,
289-
RescanBlockchain, ScriptType, SendMany, SendRawTransaction, SendToAddress,
290-
SetNetworkActive, SetTxFee, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
291-
SignRawTransactionError, SoftforkReject, TransactionCategory, UploadTarget,
292-
ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof,
293-
WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
284+
ListLockUnspentItemError, ListReceivedByAddressError, ListSinceBlock, ListSinceBlockError,
285+
ListSinceBlockTransaction, ListSinceBlockTransactionError, ListTransactions,
286+
ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError, ListWallets,
287+
LoadWallet, LockUnspent, Locked, PruneBlockchain, RawTransactionError, RawTransactionInput,
288+
RawTransactionOutput, RescanBlockchain, ScriptType, SendMany, SendRawTransaction,
289+
SendToAddress, SetNetworkActive, SetTxFee, SignMessage, SignMessageWithPrivKey,
290+
SignRawTransaction, SignRawTransactionError, SoftforkReject, TransactionCategory,
291+
UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage,
292+
VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt,
293+
WitnessUtxo,
294294
},
295295
v18::{
296296
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
297297
AnalyzePsbtInputMissingError, DeriveAddresses, GetAddressInfoError, GetReceivedByLabel,
298-
ImportMulti, ImportMultiEntry, JoinPsbts, JsonRpcError, ListReceivedByLabel,
299-
ListReceivedByLabelError, ListUnspent, ListUnspentItem, ListWalletDir, ListWalletDirWallet,
300-
UtxoUpdatePsbt, ListReceivedByAddress, ListReceivedByAddressItem,
298+
ImportMulti, ImportMultiEntry, JoinPsbts, JsonRpcError, ListReceivedByAddress,
299+
ListReceivedByAddressItem, ListReceivedByLabel, ListReceivedByLabelError, ListUnspent,
300+
ListUnspentItem, ListWalletDir, ListWalletDirWallet, UtxoUpdatePsbt,
301301
},
302302
v19::{
303303
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances,

0 commit comments

Comments
 (0)