Skip to content

Commit ef5dda8

Browse files
committed
Run the formatter
Reorganising the reexports alphabetically, no other changes.
1 parent 46760cd commit ef5dda8

File tree

13 files changed

+43
-43
lines changed

13 files changed

+43
-43
lines changed

types/src/model/mod.rs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ pub use self::{
5353
AddMultisigAddress, AddressInformation, AddressLabel, AddressPurpose, Bip125Replaceable,
5454
BumpFee, CreateWallet, DumpPrivKey, GetAddressInfo, GetAddressInfoEmbedded,
5555
GetAddressesByLabel, GetBalance, GetBalances, GetBalancesMine, GetBalancesWatchOnly,
56-
GetNewAddress, GetRawChangeAddress, GetReceivedByAddress, GetTransaction,
57-
GetTransactionDetail, GetUnconfirmedBalance, GetWalletInfo, ListAddressGroupings,
58-
ListAddressGroupingsItem, ListLabels, ListLockUnspent, ListLockUnspentItem,
59-
ListReceivedByAddress, ListReceivedByAddressItem, ListSinceBlock,
60-
ListSinceBlockTransaction, ListTransactions, ListTransactionsItem, ListUnspent,
61-
ListUnspentItem, ListWallets, LoadWallet, RescanBlockchain, ScriptType, SendMany,
62-
SendToAddress, SignMessage, TransactionCategory, UnloadWallet, WalletCreateFundedPsbt,
63-
WalletProcessPsbt, GetReceivedByLabel, ListReceivedByLabel, ListReceivedByLabelItem,
56+
GetNewAddress, GetRawChangeAddress, GetReceivedByAddress, GetReceivedByLabel,
57+
GetTransaction, GetTransactionDetail, GetUnconfirmedBalance, GetWalletInfo,
58+
ListAddressGroupings, ListAddressGroupingsItem, ListLabels, ListLockUnspent,
59+
ListLockUnspentItem, ListReceivedByAddress, ListReceivedByAddressItem, ListReceivedByLabel,
60+
ListReceivedByLabelItem, ListSinceBlock, ListSinceBlockTransaction, ListTransactions,
61+
ListTransactionsItem, ListUnspent, ListUnspentItem, ListWallets, LoadWallet,
62+
RescanBlockchain, ScriptType, SendMany, SendToAddress, SignMessage, TransactionCategory,
63+
UnloadWallet, WalletCreateFundedPsbt, WalletProcessPsbt,
6464
},
6565
};

types/src/v18/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ pub use self::{
239239
},
240240
util::{DeriveAddresses, GetDescriptorInfo},
241241
wallet::{
242-
ListUnspent, ListUnspentItem, GetReceivedByLabel, ListReceivedByLabel,
243-
ListReceivedByLabelError, ListWalletDir, ListWalletDirWallet,
242+
GetReceivedByLabel, ListReceivedByLabel, ListReceivedByLabelError, ListUnspent,
243+
ListUnspentItem, ListWalletDir, ListWalletDirWallet,
244244
},
245245
};
246246
#[doc(inline)]

types/src/v19/mod.rs

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

types/src/v20/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,9 @@ pub use crate::{
268268
},
269269
v18::{
270270
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
271-
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetRpcInfo, JoinPsbts,
272-
ListUnspent, ListUnspentItem, NodeAddress, UtxoUpdatePsbt, GetReceivedByLabel,
273-
ListReceivedByLabel, ListReceivedByLabelError, ListWalletDir, ListWalletDirWallet,
271+
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetReceivedByLabel,
272+
GetRpcInfo, JoinPsbts, ListReceivedByLabel, ListReceivedByLabelError, ListUnspent,
273+
ListUnspentItem, ListWalletDir, ListWalletDirWallet, NodeAddress, UtxoUpdatePsbt,
274274
},
275275
v19::{
276276
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances, GetBalancesMine,

types/src/v21/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,9 @@ pub use crate::{
274274
},
275275
v18::{
276276
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
277-
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetRpcInfo, JoinPsbts,
278-
ListUnspent, ListUnspentItem, NodeAddress, UtxoUpdatePsbt, GetReceivedByLabel,
279-
ListReceivedByLabel, ListReceivedByLabelError, ListWalletDir, ListWalletDirWallet,
277+
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetReceivedByLabel,
278+
GetRpcInfo, JoinPsbts, ListReceivedByLabel, ListReceivedByLabelError, ListUnspent,
279+
ListUnspentItem, ListWalletDir, ListWalletDirWallet, NodeAddress, UtxoUpdatePsbt,
280280
},
281281
v19::{
282282
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances, GetBalancesMine,

types/src/v22/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,9 +285,9 @@ pub use crate::{
285285
},
286286
v18::{
287287
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
288-
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetRpcInfo, JoinPsbts,
289-
ListUnspent, ListUnspentItem, NodeAddress, UtxoUpdatePsbt, GetReceivedByLabel,
290-
ListReceivedByLabel, ListReceivedByLabelError, ListWalletDir, ListWalletDirWallet,
288+
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetReceivedByLabel,
289+
GetRpcInfo, JoinPsbts, ListReceivedByLabel, ListReceivedByLabelError, ListUnspent,
290+
ListUnspentItem, ListWalletDir, ListWalletDirWallet, NodeAddress, UtxoUpdatePsbt,
291291
},
292292
v19::{
293293
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances, GetBalancesMine,

types/src/v23/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,9 @@ pub use crate::{
284284
},
285285
v18::{
286286
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
287-
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetRpcInfo, JoinPsbts,
288-
ListUnspent, ListUnspentItem, NodeAddress, UtxoUpdatePsbt, GetReceivedByLabel,
289-
ListReceivedByLabel, ListReceivedByLabelError, ListWalletDir, ListWalletDirWallet,
287+
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetReceivedByLabel,
288+
GetRpcInfo, JoinPsbts, ListReceivedByLabel, ListReceivedByLabelError, ListUnspent,
289+
ListUnspentItem, ListWalletDir, ListWalletDirWallet, NodeAddress, UtxoUpdatePsbt,
290290
},
291291
v19::{
292292
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances, GetBalancesMine,

types/src/v24/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,9 +285,9 @@ pub use crate::{
285285
},
286286
v18::{
287287
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
288-
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetRpcInfo, JoinPsbts,
289-
ListUnspent, ListUnspentItem, NodeAddress, UtxoUpdatePsbt, GetReceivedByLabel,
290-
ListReceivedByLabel, ListReceivedByLabelError, ListWalletDir, ListWalletDirWallet,
288+
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetReceivedByLabel,
289+
GetRpcInfo, JoinPsbts, ListReceivedByLabel, ListReceivedByLabelError, ListUnspent,
290+
ListUnspentItem, ListWalletDir, ListWalletDirWallet, NodeAddress, UtxoUpdatePsbt,
291291
},
292292
v19::{
293293
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances, GetBalancesMine,

types/src/v25/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,9 @@ pub use crate::{
281281
},
282282
v18::{
283283
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
284-
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetRpcInfo, JoinPsbts,
285-
ListUnspent, ListUnspentItem, NodeAddress, UtxoUpdatePsbt, GetReceivedByLabel,
286-
ListReceivedByLabel, ListReceivedByLabelError, ListWalletDir, ListWalletDirWallet,
284+
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetReceivedByLabel,
285+
GetRpcInfo, JoinPsbts, ListReceivedByLabel, ListReceivedByLabelError, ListUnspent,
286+
ListUnspentItem, ListWalletDir, ListWalletDirWallet, NodeAddress, UtxoUpdatePsbt,
287287
},
288288
v19::{
289289
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances, GetBalancesMine,

types/src/v26/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,9 @@ pub use crate::{
301301
},
302302
v18::{
303303
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
304-
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetRpcInfo, JoinPsbts,
305-
ListUnspent, ListUnspentItem, NodeAddress, UtxoUpdatePsbt, GetReceivedByLabel,
306-
ListReceivedByLabel, ListReceivedByLabelError, ListWalletDir, ListWalletDirWallet,
304+
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetReceivedByLabel,
305+
GetRpcInfo, JoinPsbts, ListReceivedByLabel, ListReceivedByLabelError, ListUnspent,
306+
ListUnspentItem, ListWalletDir, ListWalletDirWallet, NodeAddress, UtxoUpdatePsbt,
307307
},
308308
v19::{
309309
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances, GetBalancesMine,

0 commit comments

Comments
 (0)