Skip to content

Commit 6cc26f0

Browse files
committed
Run the formatter
Reordering of reexports only.
1 parent b17157e commit 6cc26f0

File tree

14 files changed

+198
-192
lines changed

14 files changed

+198
-192
lines changed

types/src/model/mod.rs

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,17 @@ pub use self::{
5151
SignMessageWithPrivKey, ValidateAddress,
5252
},
5353
wallet::{
54-
AddMultisigAddress, AddressInformation, AddressPurpose, Bip125Replaceable,
55-
BumpFee, CreateWallet, DumpPrivKey, GetAddressInfo, GetAddressInfoEmbedded,
56-
GetAddressesByLabel, GetBalance, GetBalances, GetBalancesMine, GetBalancesWatchOnly,
57-
GetNewAddress, GetRawChangeAddress, GetReceivedByAddress, GetReceivedByLabel,
58-
GetTransaction, GetTransactionDetail, GetUnconfirmedBalance, GetWalletInfo,
59-
LastProcessedBlock, ListAddressGroupings, ListAddressGroupingsItem, ListLabels,
60-
ListLockUnspent, ListLockUnspentItem, ListReceivedByAddress, ListReceivedByAddressItem,
61-
ListReceivedByLabel, ListReceivedByLabelItem, ListSinceBlock, ListSinceBlockTransaction,
62-
ListTransactions, ListTransactionsItem, ListUnspent, ListUnspentItem, ListWallets,
63-
LoadWallet, PsbtBumpFee, RescanBlockchain, ScriptType, Send, SendAll, SendMany,
64-
SendToAddress, SignMessage, SimulateRawTransaction, TransactionCategory, UnloadWallet,
65-
WalletCreateFundedPsbt, WalletDisplayAddress, WalletProcessPsbt,
54+
AddMultisigAddress, AddressInformation, AddressPurpose, Bip125Replaceable, BumpFee,
55+
CreateWallet, DumpPrivKey, GetAddressInfo, GetAddressInfoEmbedded, GetAddressesByLabel,
56+
GetBalance, GetBalances, GetBalancesMine, GetBalancesWatchOnly, GetNewAddress,
57+
GetRawChangeAddress, GetReceivedByAddress, GetReceivedByLabel, GetTransaction,
58+
GetTransactionDetail, GetUnconfirmedBalance, GetWalletInfo, LastProcessedBlock,
59+
ListAddressGroupings, ListAddressGroupingsItem, ListLabels, ListLockUnspent,
60+
ListLockUnspentItem, ListReceivedByAddress, ListReceivedByAddressItem, ListReceivedByLabel,
61+
ListReceivedByLabelItem, ListSinceBlock, ListSinceBlockTransaction, ListTransactions,
62+
ListTransactionsItem, ListUnspent, ListUnspentItem, ListWallets, LoadWallet, PsbtBumpFee,
63+
RescanBlockchain, ScriptType, Send, SendAll, SendMany, SendToAddress, SignMessage,
64+
SimulateRawTransaction, TransactionCategory, UnloadWallet, WalletCreateFundedPsbt,
65+
WalletDisplayAddress, WalletProcessPsbt,
6666
},
6767
};

types/src/v17/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,9 @@ pub use self::{
283283
ListReceivedByAddressError, ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError,
284284
ListSinceBlockTransaction, ListSinceBlockTransactionError, ListTransactions,
285285
ListTransactionsItem, ListTransactionsItemError, ListUnspent, ListUnspentItem,
286-
ListUnspentItemError, ListWallets, LoadWallet, LockUnspent, RescanBlockchain, SendMany,
287-
SendToAddress, SetTxFee, SignMessage, TransactionCategory, WalletCreateFundedPsbt,
288-
WalletCreateFundedPsbtError, WalletProcessPsbt, ScriptType,
286+
ListUnspentItemError, ListWallets, LoadWallet, LockUnspent, RescanBlockchain, ScriptType,
287+
SendMany, SendToAddress, SetTxFee, SignMessage, TransactionCategory,
288+
WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt,
289289
},
290290
zmq::GetZmqNotifications,
291291
};

types/src/v18/mod.rs

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,9 @@ pub use self::{
241241
},
242242
util::{DeriveAddresses, GetDescriptorInfo},
243243
wallet::{
244-
GetReceivedByLabel, ImportMulti, ImportMultiEntry, JsonRpcError, ListReceivedByLabel,
245-
ListReceivedByLabelError, ListUnspent, ListUnspentItem, ListWalletDir, ListWalletDirWallet,
246-
GetAddressInfo, GetAddressInfoError, GetAddressInfoEmbedded,
244+
GetAddressInfo, GetAddressInfoEmbedded, GetAddressInfoError, GetReceivedByLabel,
245+
ImportMulti, ImportMultiEntry, JsonRpcError, ListReceivedByLabel, ListReceivedByLabelError,
246+
ListUnspent, ListUnspentItem, ListWalletDir, ListWalletDirWallet,
247247
},
248248
};
249249
#[doc(inline)]
@@ -255,17 +255,16 @@ pub use crate::v17::{
255255
CreateWallet, DecodePsbt, DecodePsbtError, DecodeRawTransaction, DecodeScript,
256256
DecodeScriptError, DumpPrivKey, DumpWallet, EncryptWallet, EstimateSmartFee, FinalizePsbt,
257257
FinalizePsbtError, FundRawTransaction, FundRawTransactionError, Generate, GenerateToAddress,
258-
GetAddedNodeInfo, GetAddressInfoEmbeddedError,
259-
GetAddressInfoLabel, GetAddressesByLabel, GetBalance, GetBestBlockHash,
260-
GetBlockCount, GetBlockHash, GetBlockHeader, GetBlockHeaderError, GetBlockHeaderVerbose,
261-
GetBlockHeaderVerboseError, GetBlockStats, GetBlockStatsError, GetBlockTemplate,
262-
GetBlockTemplateError, GetBlockVerboseOne, GetBlockVerboseOneError, GetBlockVerboseZero,
263-
GetBlockchainInfo, GetBlockchainInfoError, GetChainTips, GetChainTxStats, GetChainTxStatsError,
264-
GetConnectionCount, GetDifficulty, GetMemoryInfoStats, GetMempoolAncestors,
265-
GetMempoolAncestorsVerbose, GetMempoolDescendants, GetMempoolDescendantsVerbose,
266-
GetMempoolInfo, GetMempoolInfoError, GetMiningInfo, GetNetTotals, GetNetworkInfo,
267-
GetNetworkInfoAddress, GetNetworkInfoError, GetNetworkInfoNetwork, GetNewAddress,
268-
GetRawChangeAddress, GetRawMempool, GetRawMempoolVerbose, GetRawTransaction,
258+
GetAddedNodeInfo, GetAddressInfoEmbeddedError, GetAddressInfoLabel, GetAddressesByLabel,
259+
GetBalance, GetBestBlockHash, GetBlockCount, GetBlockHash, GetBlockHeader, GetBlockHeaderError,
260+
GetBlockHeaderVerbose, GetBlockHeaderVerboseError, GetBlockStats, GetBlockStatsError,
261+
GetBlockTemplate, GetBlockTemplateError, GetBlockVerboseOne, GetBlockVerboseOneError,
262+
GetBlockVerboseZero, GetBlockchainInfo, GetBlockchainInfoError, GetChainTips, GetChainTxStats,
263+
GetChainTxStatsError, GetConnectionCount, GetDifficulty, GetMemoryInfoStats,
264+
GetMempoolAncestors, GetMempoolAncestorsVerbose, GetMempoolDescendants,
265+
GetMempoolDescendantsVerbose, GetMempoolInfo, GetMempoolInfoError, GetMiningInfo, GetNetTotals,
266+
GetNetworkInfo, GetNetworkInfoAddress, GetNetworkInfoError, GetNetworkInfoNetwork,
267+
GetNewAddress, GetRawChangeAddress, GetRawMempool, GetRawMempoolVerbose, GetRawTransaction,
269268
GetRawTransactionVerbose, GetRawTransactionVerboseError, GetReceivedByAddress, GetTransaction,
270269
GetTransactionDetail, GetTransactionDetailError, GetTransactionError, GetTxOut, GetTxOutError,
271270
GetTxOutSetInfo, GetTxOutSetInfoError, GetUnconfirmedBalance, GetWalletInfo,
@@ -277,10 +276,11 @@ pub use crate::v17::{
277276
ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet, LockUnspent, Locked,
278277
Logging, MapMempoolEntryError, MempoolAcceptance, MempoolEntryError, MempoolEntryFees,
279278
MempoolEntryFeesError, PruneBlockchain, PsbtInput, PsbtOutput, PsbtScript, RawTransaction,
280-
RawTransactionError, RawTransactionInput, RawTransactionOutput, RescanBlockchain, SendMany,
281-
SendRawTransaction, SendToAddress, SetNetworkActive, SetTxFee, SignFail, SignFailError,
282-
SignMessage, SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError, Softfork,
283-
SoftforkReject, TestMempoolAccept, TransactionCategory, UploadTarget, ValidateAddress,
284-
ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt,
285-
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo, ScriptType,
279+
RawTransactionError, RawTransactionInput, RawTransactionOutput, RescanBlockchain, ScriptType,
280+
SendMany, SendRawTransaction, SendToAddress, SetNetworkActive, SetTxFee, SignFail,
281+
SignFailError, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
282+
SignRawTransactionError, Softfork, SoftforkReject, TestMempoolAccept, TransactionCategory,
283+
UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage,
284+
VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt,
285+
WitnessUtxo,
286286
};

types/src/v19/mod.rs

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -258,35 +258,35 @@ pub use crate::v17::{
258258
DecodePsbt, DecodePsbtError, DecodeRawTransaction, DecodeScript, DecodeScriptError,
259259
DumpPrivKey, DumpWallet, EncryptWallet, EstimateSmartFee, FinalizePsbt, FinalizePsbtError,
260260
FundRawTransaction, FundRawTransactionError, Generate, GenerateToAddress, GetAddedNodeInfo,
261-
GetAddressInfoEmbeddedError,
262-
GetAddressInfoLabel, GetAddressesByLabel, GetBalance, GetBestBlockHash, GetBlockCount,
263-
GetBlockHash, GetBlockHeader, GetBlockHeaderError, GetBlockHeaderVerbose,
264-
GetBlockHeaderVerboseError, GetBlockStats, GetBlockStatsError, GetBlockTemplate,
265-
GetBlockTemplateError, GetBlockVerboseOne, GetBlockVerboseOneError, GetBlockVerboseZero,
266-
GetChainTips, GetChainTxStatsError, GetConnectionCount, GetDifficulty, GetMemoryInfoStats,
267-
GetMempoolInfoError, GetMiningInfo, GetNetTotals, GetNetworkInfoAddress, GetNetworkInfoError,
268-
GetNetworkInfoNetwork, GetNewAddress, GetRawChangeAddress, GetRawMempool, GetRawMempoolVerbose,
269-
GetRawTransaction, GetRawTransactionVerbose, GetRawTransactionVerboseError,
270-
GetReceivedByAddress, GetTransactionDetail, GetTransactionDetailError, GetTransactionError,
271-
GetTxOut, GetTxOutError, GetTxOutSetInfo, GetTxOutSetInfoError, GetUnconfirmedBalance,
272-
GetWalletInfo, GetWalletInfoError, GetZmqNotifications, ListAddressGroupings,
273-
ListAddressGroupingsError, ListAddressGroupingsItem, ListBanned, ListLabels, ListLockUnspent,
274-
ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddress,
275-
ListReceivedByAddressError, ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError,
276-
ListSinceBlockTransaction, ListSinceBlockTransactionError, ListTransactions,
277-
ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet,
278-
LockUnspent, Locked, Logging, PruneBlockchain, RawTransactionError, RawTransactionInput,
279-
RawTransactionOutput, RescanBlockchain, SendMany, SendRawTransaction, SendToAddress,
280-
SetNetworkActive, SetTxFee, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
281-
SignRawTransactionError, SoftforkReject, TestMempoolAccept, TransactionCategory, UploadTarget,
282-
ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof,
283-
WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo, ScriptType,
261+
GetAddressInfoEmbeddedError, GetAddressInfoLabel, GetAddressesByLabel, GetBalance,
262+
GetBestBlockHash, GetBlockCount, GetBlockHash, GetBlockHeader, GetBlockHeaderError,
263+
GetBlockHeaderVerbose, GetBlockHeaderVerboseError, GetBlockStats, GetBlockStatsError,
264+
GetBlockTemplate, GetBlockTemplateError, GetBlockVerboseOne, GetBlockVerboseOneError,
265+
GetBlockVerboseZero, GetChainTips, GetChainTxStatsError, GetConnectionCount, GetDifficulty,
266+
GetMemoryInfoStats, GetMempoolInfoError, GetMiningInfo, GetNetTotals, GetNetworkInfoAddress,
267+
GetNetworkInfoError, GetNetworkInfoNetwork, GetNewAddress, GetRawChangeAddress, GetRawMempool,
268+
GetRawMempoolVerbose, GetRawTransaction, GetRawTransactionVerbose,
269+
GetRawTransactionVerboseError, GetReceivedByAddress, GetTransactionDetail,
270+
GetTransactionDetailError, GetTransactionError, GetTxOut, GetTxOutError, GetTxOutSetInfo,
271+
GetTxOutSetInfoError, GetUnconfirmedBalance, GetWalletInfo, GetWalletInfoError,
272+
GetZmqNotifications, ListAddressGroupings, ListAddressGroupingsError, ListAddressGroupingsItem,
273+
ListBanned, ListLabels, ListLockUnspent, ListLockUnspentItem, ListLockUnspentItemError,
274+
ListReceivedByAddress, ListReceivedByAddressError, ListReceivedByAddressItem, 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,
283+
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo,
284284
};
285285
#[doc(inline)]
286286
pub use crate::v18::{
287287
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
288-
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetReceivedByLabel,
289-
ImportMulti, ImportMultiEntry, JoinPsbts, JsonRpcError, ListReceivedByLabel,
290-
ListReceivedByLabelError, ListUnspent, ListUnspentItem, ListWalletDir, ListWalletDirWallet,
291-
NodeAddress, UtxoUpdatePsbt, GetAddressInfo, GetAddressInfoError, GetAddressInfoEmbedded,
288+
AnalyzePsbtInputMissingError, DeriveAddresses, GetAddressInfo, GetAddressInfoEmbedded,
289+
GetAddressInfoError, GetNodeAddresses, GetReceivedByLabel, ImportMulti, ImportMultiEntry,
290+
JoinPsbts, JsonRpcError, ListReceivedByLabel, ListReceivedByLabelError, ListUnspent,
291+
ListUnspentItem, ListWalletDir, ListWalletDirWallet, NodeAddress, UtxoUpdatePsbt,
292292
};

types/src/v20/mod.rs

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,8 @@ pub use crate::{
250250
DecodeRawTransaction, DecodeScript, DecodeScriptError, DumpPrivKey, DumpWallet,
251251
EncryptWallet, EstimateSmartFee, FinalizePsbt, FinalizePsbtError, FundRawTransaction,
252252
FundRawTransactionError, Generate, GenerateToAddress, GetAddedNodeInfo,
253-
GetAddressInfoEmbeddedError,
254-
GetAddressesByLabel, GetBalance, GetBestBlockHash, GetBlockCount,
255-
GetBlockHash, GetBlockHeader, GetBlockHeaderError, GetBlockHeaderVerbose,
253+
GetAddressInfoEmbeddedError, GetAddressesByLabel, GetBalance, GetBestBlockHash,
254+
GetBlockCount, GetBlockHash, GetBlockHeader, GetBlockHeaderError, GetBlockHeaderVerbose,
256255
GetBlockHeaderVerboseError, GetBlockStats, GetBlockStatsError, GetBlockTemplate,
257256
GetBlockTemplateError, GetBlockVerboseOne, GetBlockVerboseOneError, GetBlockVerboseZero,
258257
GetChainTips, GetChainTxStatsError, GetConnectionCount, GetDifficulty, GetMemoryInfoStats,
@@ -268,19 +267,19 @@ pub use crate::{
268267
ListSinceBlockTransaction, ListSinceBlockTransactionError, ListTransactions,
269268
ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError, ListWallets,
270269
LoadWallet, LockUnspent, Locked, PruneBlockchain, RawTransactionError, RawTransactionInput,
271-
RawTransactionOutput, RescanBlockchain, SendMany, SendRawTransaction, SendToAddress,
272-
SetNetworkActive, SetTxFee, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
273-
SignRawTransactionError, SoftforkReject, TestMempoolAccept, TransactionCategory,
274-
UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage,
275-
VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt,
276-
WitnessUtxo, ScriptType,
270+
RawTransactionOutput, RescanBlockchain, ScriptType, SendMany, SendRawTransaction,
271+
SendToAddress, SetNetworkActive, SetTxFee, SignMessage, SignMessageWithPrivKey,
272+
SignRawTransaction, SignRawTransactionError, SoftforkReject, TestMempoolAccept,
273+
TransactionCategory, UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain,
274+
VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError,
275+
WalletProcessPsbt, WitnessUtxo,
277276
},
278277
v18::{
279278
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
280-
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetReceivedByLabel,
281-
ImportMulti, ImportMultiEntry, JoinPsbts, JsonRpcError, ListReceivedByLabel,
282-
ListReceivedByLabelError, ListUnspent, ListUnspentItem, ListWalletDir, ListWalletDirWallet,
283-
NodeAddress, UtxoUpdatePsbt, GetAddressInfoError
279+
AnalyzePsbtInputMissingError, DeriveAddresses, GetAddressInfoError, GetNodeAddresses,
280+
GetReceivedByLabel, ImportMulti, ImportMultiEntry, JoinPsbts, JsonRpcError,
281+
ListReceivedByLabel, ListReceivedByLabelError, ListUnspent, ListUnspentItem, ListWalletDir,
282+
ListWalletDirWallet, NodeAddress, UtxoUpdatePsbt,
284283
},
285284
v19::{
286285
Bip9SoftforkInfo, Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances,

types/src/v21/mod.rs

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,7 @@ pub use crate::{
261261
CreateRawTransaction, CreateWallet, DecodePsbt, DecodePsbtError, DecodeRawTransaction,
262262
DecodeScript, DecodeScriptError, DumpPrivKey, DumpWallet, EncryptWallet, EstimateSmartFee,
263263
FinalizePsbt, FinalizePsbtError, FundRawTransaction, FundRawTransactionError, Generate,
264-
GenerateToAddress, GetAddedNodeInfo,
265-
GetAddressInfoEmbeddedError, GetAddressesByLabel,
264+
GenerateToAddress, GetAddedNodeInfo, GetAddressInfoEmbeddedError, GetAddressesByLabel,
266265
GetBalance, GetBestBlockHash, GetBlockCount, GetBlockHash, GetBlockHeader,
267266
GetBlockHeaderError, GetBlockHeaderVerbose, GetBlockHeaderVerboseError, GetBlockStats,
268267
GetBlockStatsError, GetBlockTemplate, GetBlockTemplateError, GetBlockVerboseOne,
@@ -280,18 +279,19 @@ pub use crate::{
280279
ListSinceBlockTransactionError, ListTransactions, ListTransactionsItem,
281280
ListTransactionsItemError, ListUnspentItemError, ListWallets, LoadWallet, LockUnspent,
282281
Locked, PruneBlockchain, RawTransactionError, RawTransactionInput, RawTransactionOutput,
283-
RescanBlockchain, SendMany, SendRawTransaction, SendToAddress, SetNetworkActive, SetTxFee,
284-
SignMessage, SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError,
285-
SoftforkReject, TestMempoolAccept, TransactionCategory, UploadTarget, ValidateAddress,
286-
ValidateAddressError, VerifyChain, VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt,
287-
WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo, ScriptType,
282+
RescanBlockchain, ScriptType, SendMany, SendRawTransaction, SendToAddress,
283+
SetNetworkActive, SetTxFee, SignMessage, SignMessageWithPrivKey, SignRawTransaction,
284+
SignRawTransactionError, SoftforkReject, TestMempoolAccept, TransactionCategory,
285+
UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage,
286+
VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt,
287+
WitnessUtxo,
288288
},
289289
v18::{
290290
ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
291-
AnalyzePsbtInputMissingError, DeriveAddresses, GetNodeAddresses, GetReceivedByLabel,
292-
ImportMulti, ImportMultiEntry, JoinPsbts, JsonRpcError, ListReceivedByLabel,
293-
ListReceivedByLabelError, ListUnspent, ListUnspentItem, ListWalletDir, ListWalletDirWallet,
294-
NodeAddress, UtxoUpdatePsbt, GetAddressInfoError,
291+
AnalyzePsbtInputMissingError, DeriveAddresses, GetAddressInfoError, GetNodeAddresses,
292+
GetReceivedByLabel, ImportMulti, ImportMultiEntry, JoinPsbts, JsonRpcError,
293+
ListReceivedByLabel, ListReceivedByLabelError, ListUnspent, ListUnspentItem, ListWalletDir,
294+
ListWalletDirWallet, NodeAddress, UtxoUpdatePsbt,
295295
},
296296
v19::{
297297
Bip9SoftforkStatistics, Bip9SoftforkStatus, GetBalances, GetBalancesError, GetBalancesMine,
@@ -301,7 +301,7 @@ pub use crate::{
301301
MempoolEntry, MempoolEntryError, MempoolEntryFees, MempoolEntryFeesError, SetWalletFlag,
302302
},
303303
v20::{
304-
Banned, CreateMultisig, GenerateToDescriptor, GetTransaction, GetTransactionDetail,
305-
ListBanned, Logging, GetAddressInfo, GetAddressInfoEmbedded,
304+
Banned, CreateMultisig, GenerateToDescriptor, GetAddressInfo, GetAddressInfoEmbedded,
305+
GetTransaction, GetTransactionDetail, ListBanned, Logging,
306306
},
307307
};

0 commit comments

Comments
 (0)