|
36 | 36 | //! | getchaintips | version + model | | |
37 | 37 | //! | getchaintxstats | version + model | | |
38 | 38 | //! | getdifficulty | version + model | | |
39 | | -//! | getmempoolancestors | version + model | UNTESTED (incl. verbose type) | |
40 | | -//! | getmempooldescendants | version + model | UNTESTED (incl. verbose type) | |
| 39 | +//! | getmempoolancestors | version + model | | |
| 40 | +//! | getmempooldescendants | version + model | | |
41 | 41 | //! | getmempoolentry | version + model | | |
42 | 42 | //! | getmempoolinfo | version + model | | |
43 | 43 | //! | getrawmempool | version + model | Includes additional 'verbose' type | |
@@ -232,7 +232,10 @@ mod wallet; |
232 | 232 |
|
233 | 233 | #[doc(inline)] |
234 | 234 | pub use self::{ |
235 | | - blockchain::{GetMempoolEntry, MempoolEntry}, |
| 235 | + blockchain::{ |
| 236 | + GetMempoolAncestors, GetMempoolAncestorsVerbose, GetMempoolDescendants, |
| 237 | + GetMempoolDescendantsVerbose, GetMempoolEntry, MempoolEntry, |
| 238 | + }, |
236 | 239 | control::{ActiveCommand, GetRpcInfo}, |
237 | 240 | network::{GetNodeAddresses, GetPeerInfo, NodeAddress, PeerInfo}, |
238 | 241 | raw_transactions::{ |
@@ -260,27 +263,25 @@ pub use crate::v17::{ |
260 | 263 | GetBlockHeaderVerbose, GetBlockHeaderVerboseError, GetBlockStats, GetBlockStatsError, |
261 | 264 | GetBlockTemplate, GetBlockTemplateError, GetBlockVerboseOne, GetBlockVerboseOneError, |
262 | 265 | 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, |
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, LockUnspent, Locked, |
277 | | - Logging, MapMempoolEntryError, MempoolAcceptance, MempoolEntryError, MempoolEntryFees, |
278 | | - MempoolEntryFeesError, PruneBlockchain, PsbtInput, PsbtOutput, PsbtScript, RawTransaction, |
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, |
| 266 | + GetChainTxStatsError, GetConnectionCount, GetDifficulty, GetMemoryInfoStats, GetMempoolInfo, |
| 267 | + GetMempoolInfoError, GetMiningInfo, GetNetTotals, GetNetworkInfo, GetNetworkInfoAddress, |
| 268 | + GetNetworkInfoError, GetNetworkInfoNetwork, GetNewAddress, GetRawChangeAddress, GetRawMempool, |
| 269 | + GetRawMempoolVerbose, GetRawTransaction, GetRawTransactionVerbose, |
| 270 | + GetRawTransactionVerboseError, GetReceivedByAddress, GetTransaction, GetTransactionDetail, |
| 271 | + GetTransactionDetailError, GetTransactionError, GetTxOut, GetTxOutError, GetTxOutSetInfo, |
| 272 | + GetTxOutSetInfoError, GetUnconfirmedBalance, GetWalletInfo, GetWalletInfoError, |
| 273 | + GetZmqNotifications, ListAddressGroupings, ListAddressGroupingsError, ListAddressGroupingsItem, |
| 274 | + ListBanned, ListLabels, ListLockUnspent, ListLockUnspentItem, ListLockUnspentItemError, |
| 275 | + ListReceivedByAddress, ListReceivedByAddressError, ListReceivedByAddressItem, ListSinceBlock, |
| 276 | + ListSinceBlockError, ListSinceBlockTransaction, ListSinceBlockTransactionError, |
| 277 | + ListTransactions, ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError, |
| 278 | + ListWallets, LoadWallet, LockUnspent, Locked, Logging, MapMempoolEntryError, MempoolAcceptance, |
| 279 | + MempoolEntryError, MempoolEntryFees, MempoolEntryFeesError, PruneBlockchain, PsbtInput, |
| 280 | + PsbtOutput, PsbtScript, RawTransaction, RawTransactionError, RawTransactionInput, |
| 281 | + RawTransactionOutput, RescanBlockchain, ScriptType, SendMany, SendRawTransaction, |
| 282 | + SendToAddress, SetNetworkActive, SetTxFee, SignFail, SignFailError, SignMessage, |
| 283 | + SignMessageWithPrivKey, SignRawTransaction, SignRawTransactionError, Softfork, SoftforkReject, |
| 284 | + TestMempoolAccept, TransactionCategory, UploadTarget, ValidateAddress, ValidateAddressError, |
| 285 | + VerifyChain, VerifyMessage, VerifyTxOutProof, WalletCreateFundedPsbt, |
| 286 | + WalletCreateFundedPsbtError, WalletProcessPsbt, WitnessUtxo, |
286 | 287 | }; |
0 commit comments