223223//! </details>
224224
225225// JSON-RPC types by API section.
226+ mod blockchain;
226227mod control;
227228mod network;
228229mod raw_transactions;
@@ -231,8 +232,9 @@ mod wallet;
231232
232233#[ doc( inline) ]
233234pub use self :: {
235+ blockchain:: { GetMempoolEntry , MempoolEntry } ,
234236 control:: { ActiveCommand , GetRpcInfo } ,
235- network:: { GetNodeAddresses , NodeAddress } ,
237+ network:: { GetNodeAddresses , GetPeerInfo , NodeAddress , PeerInfo } ,
236238 raw_transactions:: {
237239 AnalyzePsbt , AnalyzePsbtError , AnalyzePsbtInput , AnalyzePsbtInputMissing ,
238240 AnalyzePsbtInputMissingError , JoinPsbts , UtxoUpdatePsbt ,
@@ -260,25 +262,24 @@ pub use crate::v17::{
260262 GetBlockchainInfo , GetBlockchainInfoError , GetChainTips , GetChainTxStats , GetChainTxStatsError ,
261263 GetConnectionCount , GetDifficulty , GetMemoryInfoStats , GetMempoolAncestors ,
262264 GetMempoolAncestorsVerbose , GetMempoolDescendants , GetMempoolDescendantsVerbose ,
263- GetMempoolEntry , GetMempoolInfo , GetMempoolInfoError , GetMiningInfo , GetNetTotals ,
264- GetNetworkInfo , GetNetworkInfoAddress , GetNetworkInfoError , GetNetworkInfoNetwork ,
265- GetNewAddress , GetPeerInfo , GetRawChangeAddress , GetRawMempool , GetRawMempoolVerbose ,
266- GetRawTransaction , GetRawTransactionVerbose , GetRawTransactionVerboseError ,
267- GetReceivedByAddress , GetTransaction , GetTransactionDetail , GetTransactionDetailError ,
268- GetTransactionError , GetTxOut , GetTxOutError , GetTxOutSetInfo , GetTxOutSetInfoError ,
269- GetUnconfirmedBalance , GetWalletInfo , GetWalletInfoError , GetZmqNotifications ,
270- ListAddressGroupings , ListAddressGroupingsError , ListAddressGroupingsItem , ListBanned ,
271- ListLabels , ListLockUnspent , ListLockUnspentItem , ListLockUnspentItemError ,
272- ListReceivedByAddress , ListReceivedByAddressError , ListReceivedByAddressItem , ListSinceBlock ,
273- ListSinceBlockError , ListSinceBlockTransaction , ListSinceBlockTransactionError ,
274- ListTransactions , ListTransactionsItem , ListTransactionsItemError , ListUnspentItemError ,
275- ListWallets , LoadWallet , Locked , Logging , MapMempoolEntryError , MempoolAcceptance ,
276- MempoolEntry , MempoolEntryError , MempoolEntryFees , MempoolEntryFeesError , PeerInfo ,
277- PruneBlockchain , PsbtInput , PsbtOutput , PsbtScript , RawTransaction , RawTransactionError ,
278- RawTransactionInput , RawTransactionOutput , RescanBlockchain , SendMany , SendRawTransaction ,
279- SendToAddress , SetNetworkActive , SignFail , SignFailError , SignMessage , SignMessageWithPrivKey ,
280- SignRawTransaction , SignRawTransactionError , Softfork , SoftforkReject , TestMempoolAccept ,
281- TransactionCategory , UploadTarget , ValidateAddress , ValidateAddressError , VerifyChain ,
282- VerifyMessage , VerifyTxOutProof , WalletCreateFundedPsbt , WalletCreateFundedPsbtError ,
283- WalletProcessPsbt , WitnessUtxo ,
265+ GetMempoolInfo , GetMempoolInfoError , GetMiningInfo , GetNetTotals , GetNetworkInfo ,
266+ GetNetworkInfoAddress , GetNetworkInfoError , GetNetworkInfoNetwork , GetNewAddress ,
267+ GetRawChangeAddress , GetRawMempool , GetRawMempoolVerbose , GetRawTransaction ,
268+ GetRawTransactionVerbose , GetRawTransactionVerboseError , GetReceivedByAddress , GetTransaction ,
269+ GetTransactionDetail , GetTransactionDetailError , GetTransactionError , GetTxOut , GetTxOutError ,
270+ GetTxOutSetInfo , GetTxOutSetInfoError , GetUnconfirmedBalance , GetWalletInfo ,
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 ,
284285} ;
0 commit comments