Skip to content

Commit b6dbf1a

Browse files
committed
Run the formatter
Reorganising the reexports alphabetically, no other changes.
1 parent eb50e30 commit b6dbf1a

File tree

12 files changed

+43
-41
lines changed

12 files changed

+43
-41
lines changed

types/src/model/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ pub use self::{
4646
SignRawTransaction, SubmitPackage, SubmitPackageTxResult, SubmitPackageTxResultFees,
4747
TestMempoolAccept, UtxoUpdatePsbt,
4848
},
49-
util::{CreateMultisig, EstimateSmartFee, SignMessageWithPrivKey, ValidateAddress, DeriveAddresses},
49+
util::{
50+
CreateMultisig, DeriveAddresses, EstimateSmartFee, SignMessageWithPrivKey, ValidateAddress,
51+
},
5052
wallet::{
5153
AddMultisigAddress, AddressInformation, AddressLabel, AddressPurpose, Bip125Replaceable,
5254
BumpFee, CreateWallet, DumpPrivKey, GetAddressInfo, GetAddressInfoEmbedded,

types/src/v19/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,6 @@ pub use crate::v17::{
277277
#[doc(inline)]
278278
pub use crate::v18::{
279279
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
280-
AnalyzePsbtInputMissingError, GetNodeAddresses, GetRpcInfo, JoinPsbts, ListUnspent,
281-
ListUnspentItem, NodeAddress, UtxoUpdatePsbt, DeriveAddresses,
280+
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetRpcInfo, JoinPsbts,
281+
ListUnspent, ListUnspentItem, NodeAddress, UtxoUpdatePsbt,
282282
};

types/src/v20/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -268,15 +268,15 @@ pub use crate::{
268268
},
269269
v18::{
270270
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
271-
AnalyzePsbtInputMissingError, GetNodeAddresses, GetRpcInfo, JoinPsbts, ListUnspent,
272-
ListUnspentItem, NodeAddress, UtxoUpdatePsbt, DeriveAddresses,
271+
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetRpcInfo, JoinPsbts,
272+
ListUnspent, ListUnspentItem, NodeAddress, UtxoUpdatePsbt,
273273
},
274274
v19::{
275275
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances, GetBalancesMine,
276276
GetBalancesWatchOnly, GetBlockFilter, GetBlockFilterError, GetBlockchainInfo,
277-
GetBlockchainInfoError, GetMempoolAncestors, GetMempoolAncestorsVerbose,
277+
GetBlockchainInfoError, GetDescriptorInfo, GetMempoolAncestors, GetMempoolAncestorsVerbose,
278278
GetMempoolDescendants, GetMempoolDescendantsVerbose, GetMempoolEntry, MapMempoolEntryError,
279279
MempoolEntry, MempoolEntryError, MempoolEntryFees, MempoolEntryFeesError, Softfork,
280-
SoftforkType, GetDescriptorInfo,
280+
SoftforkType,
281281
},
282282
};

types/src/v21/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -274,16 +274,16 @@ pub use crate::{
274274
},
275275
v18::{
276276
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
277-
AnalyzePsbtInputMissingError, GetNodeAddresses, GetRpcInfo, JoinPsbts, ListUnspent,
278-
ListUnspentItem, NodeAddress, UtxoUpdatePsbt, DeriveAddresses,
277+
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetRpcInfo, JoinPsbts,
278+
ListUnspent, ListUnspentItem, NodeAddress, UtxoUpdatePsbt,
279279
},
280280
v19::{
281281
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances, GetBalancesMine,
282282
GetBalancesWatchOnly, GetBlockFilter, GetBlockFilterError, GetBlockchainInfo,
283-
GetBlockchainInfoError, GetMempoolAncestors, GetMempoolAncestorsVerbose,
283+
GetBlockchainInfoError, GetDescriptorInfo, GetMempoolAncestors, GetMempoolAncestorsVerbose,
284284
GetMempoolDescendants, GetMempoolDescendantsVerbose, GetMempoolEntry, MapMempoolEntryError,
285285
MempoolEntry, MempoolEntryError, MempoolEntryFees, MempoolEntryFeesError, Softfork,
286-
SoftforkType, GetDescriptorInfo,
286+
SoftforkType,
287287
},
288288
v20::Logging,
289289
};

types/src/v22/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -285,16 +285,16 @@ pub use crate::{
285285
},
286286
v18::{
287287
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
288-
AnalyzePsbtInputMissingError, GetNodeAddresses, GetRpcInfo, JoinPsbts, ListUnspent,
289-
ListUnspentItem, NodeAddress, UtxoUpdatePsbt, DeriveAddresses,
288+
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetRpcInfo, JoinPsbts,
289+
ListUnspent, ListUnspentItem, NodeAddress, UtxoUpdatePsbt,
290290
},
291291
v19::{
292292
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances, GetBalancesMine,
293293
GetBalancesWatchOnly, GetBlockFilter, GetBlockFilterError, GetBlockchainInfo,
294-
GetBlockchainInfoError, GetMempoolAncestors, GetMempoolAncestorsVerbose,
294+
GetBlockchainInfoError, GetDescriptorInfo, GetMempoolAncestors, GetMempoolAncestorsVerbose,
295295
GetMempoolDescendants, GetMempoolDescendantsVerbose, GetMempoolEntry, MapMempoolEntryError,
296296
MempoolEntry, MempoolEntryError, MempoolEntryFees, MempoolEntryFeesError, Softfork,
297-
SoftforkType, GetDescriptorInfo,
297+
SoftforkType,
298298
},
299299
v21::UnloadWallet,
300300
ScriptPubkey,

types/src/v23/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,16 +284,16 @@ pub use crate::{
284284
},
285285
v18::{
286286
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
287-
AnalyzePsbtInputMissingError, GetNodeAddresses, GetRpcInfo, JoinPsbts, ListUnspent,
288-
ListUnspentItem, NodeAddress, UtxoUpdatePsbt, DeriveAddresses,
287+
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetRpcInfo, JoinPsbts,
288+
ListUnspent, ListUnspentItem, NodeAddress, UtxoUpdatePsbt,
289289
},
290290
v19::{
291291
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances, GetBalancesMine,
292292
GetBalancesWatchOnly, GetBlockFilter, GetBlockFilterError, GetBlockchainInfo,
293-
GetBlockchainInfoError, GetMempoolAncestors, GetMempoolAncestorsVerbose,
293+
GetBlockchainInfoError, GetDescriptorInfo, GetMempoolAncestors, GetMempoolAncestorsVerbose,
294294
GetMempoolDescendants, GetMempoolDescendantsVerbose, GetMempoolEntry, MapMempoolEntryError,
295295
MempoolEntry, MempoolEntryError, MempoolEntryFees, MempoolEntryFeesError, Softfork,
296-
SoftforkType, GetDescriptorInfo,
296+
SoftforkType,
297297
},
298298
v21::UnloadWallet,
299299
v22::{Logging, ScriptPubkey},

types/src/v24/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -285,16 +285,16 @@ pub use crate::{
285285
},
286286
v18::{
287287
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
288-
AnalyzePsbtInputMissingError, GetNodeAddresses, GetRpcInfo, JoinPsbts, ListUnspent,
289-
ListUnspentItem, NodeAddress, UtxoUpdatePsbt, DeriveAddresses,
288+
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetRpcInfo, JoinPsbts,
289+
ListUnspent, ListUnspentItem, NodeAddress, UtxoUpdatePsbt,
290290
},
291291
v19::{
292292
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances, GetBalancesMine,
293293
GetBalancesWatchOnly, GetBlockFilter, GetBlockFilterError, GetBlockchainInfo,
294-
GetBlockchainInfoError, GetMempoolAncestors, GetMempoolAncestorsVerbose,
294+
GetBlockchainInfoError, GetDescriptorInfo, GetMempoolAncestors, GetMempoolAncestorsVerbose,
295295
GetMempoolDescendants, GetMempoolDescendantsVerbose, GetMempoolEntry, MapMempoolEntryError,
296296
MempoolEntry, MempoolEntryError, MempoolEntryFees, MempoolEntryFeesError, Softfork,
297-
SoftforkType, GetDescriptorInfo,
297+
SoftforkType,
298298
},
299299
v21::UnloadWallet,
300300
v22::{Logging, ScriptPubkey},

types/src/v25/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,16 +281,16 @@ pub use crate::{
281281
},
282282
v18::{
283283
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
284-
AnalyzePsbtInputMissingError, GetNodeAddresses, GetRpcInfo, JoinPsbts, ListUnspent,
285-
ListUnspentItem, NodeAddress, UtxoUpdatePsbt, DeriveAddresses,
284+
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetRpcInfo, JoinPsbts,
285+
ListUnspent, ListUnspentItem, NodeAddress, UtxoUpdatePsbt,
286286
},
287287
v19::{
288288
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances, GetBalancesMine,
289289
GetBalancesWatchOnly, GetBlockFilter, GetBlockFilterError, GetBlockchainInfo,
290-
GetBlockchainInfoError, GetMempoolAncestors, GetMempoolAncestorsVerbose,
290+
GetBlockchainInfoError, GetDescriptorInfo, GetMempoolAncestors, GetMempoolAncestorsVerbose,
291291
GetMempoolDescendants, GetMempoolDescendantsVerbose, GetMempoolEntry, MapMempoolEntryError,
292292
MempoolEntry, MempoolEntryError, MempoolEntryFees, MempoolEntryFeesError, Softfork,
293-
SoftforkType, GetDescriptorInfo,
293+
SoftforkType,
294294
},
295295
v22::{Logging, ScriptPubkey},
296296
v23::SaveMempool,

types/src/v26/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -301,16 +301,16 @@ pub use crate::{
301301
},
302302
v18::{
303303
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
304-
AnalyzePsbtInputMissingError, GetNodeAddresses, GetRpcInfo, JoinPsbts, ListUnspent,
305-
ListUnspentItem, NodeAddress, UtxoUpdatePsbt, DeriveAddresses,
304+
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetRpcInfo, JoinPsbts,
305+
ListUnspent, ListUnspentItem, NodeAddress, UtxoUpdatePsbt,
306306
},
307307
v19::{
308308
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances, GetBalancesMine,
309309
GetBalancesWatchOnly, GetBlockFilter, GetBlockFilterError, GetBlockchainInfo,
310-
GetBlockchainInfoError, GetMempoolAncestors, GetMempoolAncestorsVerbose,
310+
GetBlockchainInfoError, GetDescriptorInfo, GetMempoolAncestors, GetMempoolAncestorsVerbose,
311311
GetMempoolDescendants, GetMempoolDescendantsVerbose, GetMempoolEntry, MapMempoolEntryError,
312312
MempoolEntry, MempoolEntryError, MempoolEntryFees, MempoolEntryFeesError, Softfork,
313-
SoftforkType, GetDescriptorInfo,
313+
SoftforkType,
314314
},
315315
v22::{Logging, ScriptPubkey},
316316
v23::SaveMempool,

types/src/v27/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -285,16 +285,16 @@ pub use crate::{
285285
},
286286
v18::{
287287
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
288-
AnalyzePsbtInputMissingError, GetNodeAddresses, GetRpcInfo, JoinPsbts, ListUnspent,
289-
ListUnspentItem, NodeAddress, UtxoUpdatePsbt, DeriveAddresses,
288+
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetRpcInfo, JoinPsbts,
289+
ListUnspent, ListUnspentItem, NodeAddress, UtxoUpdatePsbt,
290290
},
291291
v19::{
292292
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances, GetBalancesMine,
293293
GetBalancesWatchOnly, GetBlockFilter, GetBlockFilterError, GetBlockchainInfo,
294-
GetBlockchainInfoError, GetMempoolAncestors, GetMempoolAncestorsVerbose,
294+
GetBlockchainInfoError, GetDescriptorInfo, GetMempoolAncestors, GetMempoolAncestorsVerbose,
295295
GetMempoolDescendants, GetMempoolDescendantsVerbose, GetMempoolEntry, MapMempoolEntryError,
296296
MempoolEntry, MempoolEntryError, MempoolEntryFees, MempoolEntryFeesError, Softfork,
297-
SoftforkType, GetDescriptorInfo,
297+
SoftforkType,
298298
},
299299
v22::{Logging, ScriptPubkey},
300300
v23::SaveMempool,

0 commit comments

Comments
 (0)