Skip to content

Commit 01eeced

Browse files
committed
Format code
1 parent 9c6e5e4 commit 01eeced

File tree

12 files changed

+180
-172
lines changed

12 files changed

+180
-172
lines changed

types/src/v18/mod.rs

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ pub use self::{
241241
},
242242
util::{DeriveAddresses, GetDescriptorInfo},
243243
wallet::{
244-
GetReceivedByLabel, ListReceivedByLabel, ListReceivedByLabelError, ListUnspent,
245-
ListUnspentItem, ListWalletDir, ListWalletDirWallet, ImportMulti, ImportMultiEntry, JsonRpcError,
244+
GetReceivedByLabel, ImportMulti, ImportMultiEntry, JsonRpcError, ListReceivedByLabel,
245+
ListReceivedByLabelError, ListUnspent, ListUnspentItem, ListWalletDir, ListWalletDirWallet,
246246
},
247247
};
248248
#[doc(inline)]
@@ -268,19 +268,18 @@ pub use crate::v17::{
268268
GetRawTransactionVerbose, GetRawTransactionVerboseError, GetReceivedByAddress, GetTransaction,
269269
GetTransactionDetail, GetTransactionDetailError, GetTransactionError, GetTxOut, GetTxOutError,
270270
GetTxOutSetInfo, GetTxOutSetInfoError, GetUnconfirmedBalance, GetWalletInfo,
271-
GetWalletInfoError, GetZmqNotifications,
272-
ListAddressGroupings, ListAddressGroupingsError, ListAddressGroupingsItem, ListBanned,
273-
ListLabels, ListLockUnspent, ListLockUnspentItem, ListLockUnspentItemError,
274-
ListReceivedByAddress, ListReceivedByAddressError, ListReceivedByAddressItem, ListSinceBlock,
275-
ListSinceBlockError, ListSinceBlockTransaction, ListSinceBlockTransactionError,
276-
ListTransactions, ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError,
277-
ListWallets, LoadWallet, Locked, Logging, MapMempoolEntryError, MempoolAcceptance,
278-
MempoolEntryError, MempoolEntryFees, MempoolEntryFeesError, PruneBlockchain, PsbtInput,
279-
PsbtOutput, PsbtScript, RawTransaction, RawTransactionError, RawTransactionInput,
280-
RawTransactionOutput, RescanBlockchain, SendMany, SendRawTransaction, SendToAddress,
281-
SetNetworkActive, SignFail, SignFailError, SignMessage, SignMessageWithPrivKey,
282-
SignRawTransaction, SignRawTransactionError, Softfork, SoftforkReject, TestMempoolAccept,
283-
TransactionCategory, UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain,
284-
VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError,
285-
WalletProcessPsbt, WitnessUtxo,
271+
GetWalletInfoError, GetZmqNotifications, ListAddressGroupings, ListAddressGroupingsError,
272+
ListAddressGroupingsItem, ListBanned, ListLabels, ListLockUnspent, ListLockUnspentItem,
273+
ListLockUnspentItemError, ListReceivedByAddress, ListReceivedByAddressError,
274+
ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError, ListSinceBlockTransaction,
275+
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
276+
ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet, Locked, Logging,
277+
MapMempoolEntryError, MempoolAcceptance, MempoolEntryError, MempoolEntryFees,
278+
MempoolEntryFeesError, PruneBlockchain, PsbtInput, PsbtOutput, PsbtScript, RawTransaction,
279+
RawTransactionError, RawTransactionInput, RawTransactionOutput, RescanBlockchain, SendMany,
280+
SendRawTransaction, SendToAddress, SetNetworkActive, SignFail, SignFailError, SignMessage,
281+
SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError, Softfork, SoftforkReject,
282+
TestMempoolAccept, TransactionCategory, UploadTarget, ValidateAddress, ValidateAddressError,
283+
VerifyChain, VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt,
284+
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
286285
};

types/src/v19/mod.rs

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -266,23 +266,23 @@ pub use crate::v17::{
266266
GetRawTransactionVerboseError, GetReceivedByAddress, GetTransaction, GetTransactionDetail,
267267
GetTransactionDetailError, GetTransactionError, GetTxOut, GetTxOutError, GetTxOutSetInfo,
268268
GetTxOutSetInfoError, GetUnconfirmedBalance, GetWalletInfo, GetWalletInfoError,
269-
GetZmqNotifications, ListAddressGroupings,
270-
ListAddressGroupingsError, ListAddressGroupingsItem, ListBanned, ListLabels, ListLockUnspent,
271-
ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddress,
272-
ListReceivedByAddressError, ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError,
273-
ListSinceBlockTransaction, ListSinceBlockTransactionError, ListTransactions,
274-
ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet,
275-
Locked, Logging, PruneBlockchain, RawTransactionError, RawTransactionInput,
276-
RawTransactionOutput, RescanBlockchain, SendMany, SendRawTransaction, SendToAddress,
277-
SetNetworkActive, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
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,
278277
SignRawTransactionError, SoftforkReject, TestMempoolAccept, TransactionCategory, UploadTarget,
279278
ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof,
280279
WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
281280
};
282281
#[doc(inline)]
283282
pub use crate::v18::{
284283
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
285-
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetReceivedByLabel, JoinPsbts,
286-
ListReceivedByLabel, ListReceivedByLabelError, ListUnspent, ListUnspentItem, ListWalletDir,
287-
ListWalletDirWallet, NodeAddress, UtxoUpdatePsbt, ImportMulti, ImportMultiEntry, JsonRpcError,
284+
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetReceivedByLabel,
285+
ImportMulti, ImportMultiEntry, JoinPsbts, JsonRpcError, ListReceivedByLabel,
286+
ListReceivedByLabelError, ListUnspent, ListUnspentItem, ListWalletDir, ListWalletDirWallet,
287+
NodeAddress, UtxoUpdatePsbt,
288288
};

types/src/v20/mod.rs

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -256,25 +256,25 @@ pub use crate::{
256256
GetRawTransactionVerboseError, GetReceivedByAddress, GetTransaction, GetTransactionDetail,
257257
GetTransactionDetailError, GetTransactionError, GetTxOut, GetTxOutError, GetTxOutSetInfo,
258258
GetTxOutSetInfoError, GetUnconfirmedBalance, GetWalletInfo, GetWalletInfoError,
259-
GetZmqNotifications, ListAddressGroupings,
260-
ListAddressGroupingsError, ListAddressGroupingsItem, ListLabels, ListLockUnspent,
261-
ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddress,
262-
ListReceivedByAddressError, ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError,
263-
ListSinceBlockTransaction, ListSinceBlockTransactionError, ListTransactions,
264-
ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError, ListWallets,
265-
LoadWallet, Locked, PruneBlockchain, RawTransactionError, RawTransactionInput,
266-
RawTransactionOutput, RescanBlockchain, SendMany, SendRawTransaction, SendToAddress,
267-
SetNetworkActive, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
268-
SignRawTransactionError, SoftforkReject, TestMempoolAccept, TransactionCategory,
269-
UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage,
270-
VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt,
271-
WitnessUtxo,
259+
GetZmqNotifications, ListAddressGroupings, ListAddressGroupingsError,
260+
ListAddressGroupingsItem, ListLabels, ListLockUnspent, ListLockUnspentItem,
261+
ListLockUnspentItemError, ListReceivedByAddress, ListReceivedByAddressError,
262+
ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError, ListSinceBlockTransaction,
263+
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
264+
ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet, Locked,
265+
PruneBlockchain, RawTransactionError, RawTransactionInput, RawTransactionOutput,
266+
RescanBlockchain, SendMany, SendRawTransaction, SendToAddress, SetNetworkActive,
267+
SignMessage, SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError,
268+
SoftforkReject, TestMempoolAccept, TransactionCategory, UploadTarget, ValidateAddress,
269+
ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt,
270+
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
272271
},
273272
v18::{
274273
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
275274
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetReceivedByLabel,
276-
JoinPsbts, ListReceivedByLabel, ListReceivedByLabelError, ListUnspent, ListUnspentItem,
277-
ListWalletDir, ListWalletDirWallet, NodeAddress, UtxoUpdatePsbt, ImportMulti, ImportMultiEntry, JsonRpcError,
275+
ImportMulti, ImportMultiEntry, JoinPsbts, JsonRpcError, ListReceivedByLabel,
276+
ListReceivedByLabelError, ListUnspent, ListUnspentItem, ListWalletDir, ListWalletDirWallet,
277+
NodeAddress, UtxoUpdatePsbt,
278278
},
279279
v19::{
280280
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances, GetBalancesMine,

types/src/v21/mod.rs

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -259,25 +259,25 @@ pub use crate::{
259259
GetRawTransactionVerboseError, GetReceivedByAddress, GetTransaction, GetTransactionDetail,
260260
GetTransactionDetailError, GetTransactionError, GetTxOut, GetTxOutError, GetTxOutSetInfo,
261261
GetTxOutSetInfoError, GetUnconfirmedBalance, GetWalletInfo, GetWalletInfoError,
262-
GetZmqNotifications, ListAddressGroupings,
263-
ListAddressGroupingsError, ListAddressGroupingsItem, ListLabels, ListLockUnspent,
264-
ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddress,
265-
ListReceivedByAddressError, ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError,
266-
ListSinceBlockTransaction, ListSinceBlockTransactionError, ListTransactions,
267-
ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError, ListWallets,
268-
LoadWallet, Locked, PruneBlockchain, RawTransactionError, RawTransactionInput,
269-
RawTransactionOutput, RescanBlockchain, SendMany, SendRawTransaction, SendToAddress,
270-
SetNetworkActive, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
271-
SignRawTransactionError, SoftforkReject, TestMempoolAccept, TransactionCategory,
272-
UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage,
273-
VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt,
274-
WitnessUtxo,
262+
GetZmqNotifications, ListAddressGroupings, ListAddressGroupingsError,
263+
ListAddressGroupingsItem, ListLabels, ListLockUnspent, ListLockUnspentItem,
264+
ListLockUnspentItemError, ListReceivedByAddress, ListReceivedByAddressError,
265+
ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError, ListSinceBlockTransaction,
266+
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
267+
ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet, Locked,
268+
PruneBlockchain, RawTransactionError, RawTransactionInput, RawTransactionOutput,
269+
RescanBlockchain, SendMany, SendRawTransaction, SendToAddress, SetNetworkActive,
270+
SignMessage, SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError,
271+
SoftforkReject, TestMempoolAccept, TransactionCategory, UploadTarget, ValidateAddress,
272+
ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt,
273+
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
275274
},
276275
v18::{
277276
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
278277
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetReceivedByLabel,
279-
JoinPsbts, ListReceivedByLabel, ListReceivedByLabelError, ListUnspent, ListUnspentItem,
280-
ListWalletDir, ListWalletDirWallet, NodeAddress, UtxoUpdatePsbt, ImportMulti, ImportMultiEntry, JsonRpcError,
278+
ImportMulti, ImportMultiEntry, JoinPsbts, JsonRpcError, ListReceivedByLabel,
279+
ListReceivedByLabelError, ListUnspent, ListUnspentItem, ListWalletDir, ListWalletDirWallet,
280+
NodeAddress, UtxoUpdatePsbt,
281281
},
282282
v19::{
283283
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances, GetBalancesMine,

types/src/v22/mod.rs

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -273,25 +273,25 @@ pub use crate::{
273273
GetRawTransactionVerboseError, GetReceivedByAddress, GetTransaction, GetTransactionDetail,
274274
GetTransactionDetailError, GetTransactionError, GetTxOut, GetTxOutError, GetTxOutSetInfo,
275275
GetTxOutSetInfoError, GetUnconfirmedBalance, GetWalletInfo, GetWalletInfoError,
276-
GetZmqNotifications, ListAddressGroupings,
277-
ListAddressGroupingsError, ListAddressGroupingsItem, ListLabels, ListLockUnspent,
278-
ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddress,
279-
ListReceivedByAddressError, ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError,
280-
ListSinceBlockTransaction, ListSinceBlockTransactionError, ListTransactions,
281-
ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError, ListWallets,
282-
LoadWallet, Locked, PruneBlockchain, RawTransactionError, RawTransactionInput,
283-
RawTransactionOutput, RescanBlockchain, SendMany, SendRawTransaction, SendToAddress,
284-
SetNetworkActive, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
285-
SignRawTransactionError, SoftforkReject, TestMempoolAccept, TransactionCategory,
286-
UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage,
287-
VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt,
288-
WitnessUtxo,
276+
GetZmqNotifications, ListAddressGroupings, ListAddressGroupingsError,
277+
ListAddressGroupingsItem, ListLabels, ListLockUnspent, ListLockUnspentItem,
278+
ListLockUnspentItemError, ListReceivedByAddress, ListReceivedByAddressError,
279+
ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError, ListSinceBlockTransaction,
280+
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
281+
ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet, Locked,
282+
PruneBlockchain, RawTransactionError, RawTransactionInput, RawTransactionOutput,
283+
RescanBlockchain, SendMany, SendRawTransaction, SendToAddress, SetNetworkActive,
284+
SignMessage, SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError,
285+
SoftforkReject, TestMempoolAccept, TransactionCategory, UploadTarget, ValidateAddress,
286+
ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt,
287+
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
289288
},
290289
v18::{
291290
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
292291
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetReceivedByLabel,
293-
JoinPsbts, ListReceivedByLabel, ListReceivedByLabelError, ListUnspent, ListUnspentItem,
294-
ListWalletDir, ListWalletDirWallet, NodeAddress, UtxoUpdatePsbt, ImportMulti, ImportMultiEntry, JsonRpcError,
292+
ImportMulti, ImportMultiEntry, JoinPsbts, JsonRpcError, ListReceivedByLabel,
293+
ListReceivedByLabelError, ListUnspent, ListUnspentItem, ListWalletDir, ListWalletDirWallet,
294+
NodeAddress, UtxoUpdatePsbt,
295295
},
296296
v19::{
297297
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances, GetBalancesMine,

types/src/v23/mod.rs

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -267,24 +267,26 @@ pub use crate::{
267267
GetRawTransactionVerbose, GetRawTransactionVerboseError, GetReceivedByAddress,
268268
GetTransaction, GetTransactionDetail, GetTransactionDetailError, GetTransactionError,
269269
GetTxOut, GetTxOutError, GetTxOutSetInfo, GetTxOutSetInfoError, GetUnconfirmedBalance,
270-
GetWalletInfo, GetWalletInfoError, GetZmqNotifications, ListAddressGroupings, ListAddressGroupingsError, ListAddressGroupingsItem,
271-
ListLabels, ListLockUnspent, ListLockUnspentItem, ListLockUnspentItemError,
272-
ListReceivedByAddress, ListReceivedByAddressError, ListReceivedByAddressItem,
273-
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,
270+
GetWalletInfo, GetWalletInfoError, GetZmqNotifications, ListAddressGroupings,
271+
ListAddressGroupingsError, ListAddressGroupingsItem, ListLabels, ListLockUnspent,
272+
ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddress,
273+
ListReceivedByAddressError, ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError,
274+
ListSinceBlockTransaction, ListSinceBlockTransactionError, ListTransactions,
275+
ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError, ListWallets,
276+
LoadWallet, Locked, PruneBlockchain, RawTransactionError, RawTransactionInput,
277+
RawTransactionOutput, RescanBlockchain, SendMany, SendRawTransaction, SendToAddress,
278+
SetNetworkActive, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
279+
SignRawTransactionError, SoftforkReject, TestMempoolAccept, TransactionCategory,
280+
UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage,
281+
VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt,
282+
WitnessUtxo,
282283
},
283284
v18::{
284285
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
285286
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetReceivedByLabel,
286-
JoinPsbts, ListReceivedByLabel, ListReceivedByLabelError, ListUnspent, ListUnspentItem,
287-
ListWalletDir, ListWalletDirWallet, NodeAddress, UtxoUpdatePsbt, ImportMulti, ImportMultiEntry, JsonRpcError,
287+
ImportMulti, ImportMultiEntry, JoinPsbts, JsonRpcError, ListReceivedByLabel,
288+
ListReceivedByLabelError, ListUnspent, ListUnspentItem, ListWalletDir, ListWalletDirWallet,
289+
NodeAddress, UtxoUpdatePsbt,
288290
},
289291
v19::{
290292
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances, GetBalancesMine,

0 commit comments

Comments
 (0)