@@ -232,22 +232,31 @@ mod control;
232232pub use self :: control:: { ActiveCommand , GetRpcInfo } ;
233233#[ doc( inline) ]
234234pub use crate :: v17:: {
235- AddMultisigAddress , AddedNode , AddedNodeAddress , AddressInformation , Banned , Bip9Softfork ,
236- Bip9SoftforkStatus , BumpFee , ChainTips , ChainTipsStatus , CreateWallet , DumpPrivKey , DumpWallet ,
237- Generate , GenerateToAddress , GetAddedNodeInfo , GetAddressInfo , GetAddressInfoEmbedded ,
238- GetAddressInfoLabel , GetAddressesByLabel , GetBalance , GetBestBlockHash , GetBlockCount ,
239- GetBlockHash , GetBlockHeader , GetBlockHeaderVerbose , GetBlockStats , GetBlockVerbosityOne ,
240- GetBlockVerbosityZero , GetBlockchainInfo , GetChainTips , GetChainTxStats , GetDifficulty ,
241- GetMemoryInfoStats , GetMempoolAncestors , GetMempoolAncestorsVerbose , GetMempoolDescendants ,
242- GetMempoolDescendantsVerbose , GetMempoolEntry , GetMempoolInfo , GetNetTotals , GetNetworkInfo ,
243- GetNetworkInfoAddress , GetNetworkInfoError , GetNetworkInfoNetwork , GetNewAddress , GetPeerInfo ,
244- GetRawChangeAddress , GetRawMempool , GetRawMempoolVerbose , GetReceivedByAddress , GetTransaction ,
245- GetTransactionDetail , GetTxOut , GetTxOutSetInfo , GetUnconfirmedBalance , GetWalletInfo ,
246- GetZmqNotifications , ListAddressGroupings , ListAddressGroupingsItem , ListBanned , ListLabels ,
247- ListLockUnspent , ListLockUnspentItem , ListReceivedByAddress , ListReceivedByAddressItem ,
248- ListSinceBlock , ListSinceBlockTransaction , ListTransactions , ListTransactionsItem , ListUnspent ,
249- ListUnspentItem , ListWallets , LoadWallet , Locked , Logging , MempoolEntry , MempoolEntryFees ,
250- PeerInfo , RescanBlockchain , ScriptPubkey , SendMany , SendRawTransaction , SendToAddress ,
251- SignErrorData , SignMessage , SignRawTransactionWithWallet , Softfork , SoftforkReject ,
252- TransactionCategory , UploadTarget , VerifyTxOutProof , WalletCreateFundedPsbt , WalletProcessPsbt ,
235+ AddMultisigAddress , AddMultisigAddressError , AddedNode , AddedNodeAddress , AddressInformation ,
236+ Banned , Bip9Softfork , Bip9SoftforkStatus , BumpFee , BumpFeeError , ChainTips , ChainTipsError ,
237+ ChainTipsStatus , CreateWallet , DumpPrivKey , DumpWallet , Generate , GenerateToAddress ,
238+ GetAddedNodeInfo , GetAddressInfo , GetAddressInfoEmbedded , GetAddressInfoEmbeddedError ,
239+ GetAddressInfoError , GetAddressInfoLabel , GetAddressesByLabel , GetBalance , GetBestBlockHash ,
240+ GetBlockCount , GetBlockHash , GetBlockHeader , GetBlockHeaderError , GetBlockHeaderVerbose ,
241+ GetBlockHeaderVerboseError , GetBlockStats , GetBlockStatsError , GetBlockVerbosityOne ,
242+ GetBlockVerbosityOneError , GetBlockVerbosityZero , GetBlockchainInfo , GetBlockchainInfoError ,
243+ GetChainTips , GetChainTxStats , GetChainTxStatsError , GetDifficulty , GetMemoryInfoStats ,
244+ GetMempoolAncestors , GetMempoolAncestorsVerbose , GetMempoolDescendants ,
245+ GetMempoolDescendantsVerbose , GetMempoolEntry , GetMempoolInfo , GetMempoolInfoError ,
246+ GetNetTotals , GetNetworkInfo , GetNetworkInfoAddress , GetNetworkInfoNetwork , GetNewAddress ,
247+ GetPeerInfo , GetRawChangeAddress , GetRawMempool , GetRawMempoolVerbose , GetReceivedByAddress ,
248+ GetTransaction , GetTransactionDetail , GetTransactionDetailError , GetTransactionError , GetTxOut ,
249+ GetTxOutError , GetTxOutSetInfo , GetTxOutSetInfoError , GetUnconfirmedBalance , GetWalletInfo ,
250+ GetWalletInfoError , GetZmqNotifications , ListAddressGroupings , ListAddressGroupingsError ,
251+ ListAddressGroupingsItem , ListBanned , ListLabels , ListLockUnspent , ListLockUnspentItem ,
252+ ListLockUnspentItemError , ListReceivedByAddress , ListReceivedByAddressError ,
253+ ListReceivedByAddressItem , ListSinceBlock , ListSinceBlockError , ListSinceBlockTransaction ,
254+ ListSinceBlockTransactionError , ListTransactions , ListTransactionsItem ,
255+ ListTransactionsItemError , ListUnspent , ListUnspentItem , ListUnspentItemError , ListWallets ,
256+ LoadWallet , Locked , Logging , MapMempoolEntryError , MempoolEntry , MempoolEntryError ,
257+ MempoolEntryFees , MempoolEntryFeesError , PeerInfo , RescanBlockchain , ScriptPubkey , SendMany ,
258+ SendRawTransaction , SendToAddress , SignErrorData , SignErrorDataError , SignMessage ,
259+ SignRawTransactionWithWallet , SignRawTransactionWithWalletError , Softfork , SoftforkReject ,
260+ TransactionCategory , UploadTarget , VerifyTxOutProof , WalletCreateFundedPsbt ,
261+ WalletCreateFundedPsbtError , WalletProcessPsbt ,
253262} ;
0 commit comments