|
228 | 228 | // JSON-RPC types by API section.
|
229 | 229 | mod control;
|
230 | 230 | mod network;
|
| 231 | +mod util; |
231 | 232 |
|
232 | 233 | #[doc(inline)]
|
233 | 234 | pub use self::{
|
234 | 235 | control::Logging,
|
235 | 236 | network::{Banned, ListBanned},
|
| 237 | + util::CreateMultisig, |
236 | 238 | };
|
237 | 239 | #[doc(inline)]
|
238 | 240 | pub use crate::{
|
239 | 241 | v17::{
|
240 | 242 | AbortRescan, AddMultisigAddress, AddMultisigAddressError, AddedNode, AddedNodeAddress,
|
241 | 243 | AddressInformation, BumpFee, BumpFeeError, ChainTips, ChainTipsError, ChainTipsStatus,
|
242 |
| - CombinePsbt, CombineRawTransaction, ConvertToPsbt, CreateMultisig, CreateMultisigError, |
243 |
| - CreatePsbt, CreateRawTransaction, CreateWallet, DecodePsbt, DecodePsbtError, |
244 |
| - DecodeRawTransaction, DecodeScript, DecodeScriptError, DumpPrivKey, DumpWallet, |
245 |
| - EncryptWallet, EstimateSmartFee, FinalizePsbt, FinalizePsbtError, FundRawTransaction, |
246 |
| - FundRawTransactionError, Generate, GenerateToAddress, GetAddedNodeInfo, GetAddressInfo, |
247 |
| - GetAddressInfoEmbedded, GetAddressInfoEmbeddedError, GetAddressInfoError, |
248 |
| - GetAddressInfoLabel, GetAddressesByLabel, GetBalance, GetBestBlockHash, GetBlockCount, |
249 |
| - GetBlockHash, GetBlockHeader, GetBlockHeaderError, GetBlockHeaderVerbose, |
250 |
| - GetBlockHeaderVerboseError, GetBlockStats, GetBlockStatsError, GetBlockTemplate, |
251 |
| - GetBlockTemplateError, GetBlockVerboseOne, GetBlockVerboseOneError, GetBlockVerboseZero, |
252 |
| - GetChainTips, GetChainTxStatsError, GetConnectionCount, GetDifficulty, GetMemoryInfoStats, |
253 |
| - GetMempoolInfoError, GetMiningInfo, GetNetTotals, GetNetworkInfoAddress, |
254 |
| - GetNetworkInfoError, GetNetworkInfoNetwork, GetNewAddress, GetRawChangeAddress, |
255 |
| - GetRawMempool, GetRawMempoolVerbose, GetRawTransaction, GetRawTransactionVerbose, |
256 |
| - GetRawTransactionVerboseError, GetReceivedByAddress, GetTransaction, GetTransactionDetail, |
257 |
| - GetTransactionDetailError, GetTransactionError, GetTxOut, GetTxOutError, GetTxOutSetInfo, |
258 |
| - GetTxOutSetInfoError, GetUnconfirmedBalance, GetWalletInfo, GetWalletInfoError, |
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, |
| 244 | + CombinePsbt, CombineRawTransaction, ConvertToPsbt, CreateMultisigError, CreatePsbt, |
| 245 | + CreateRawTransaction, CreateWallet, DecodePsbt, DecodePsbtError, DecodeRawTransaction, |
| 246 | + DecodeScript, DecodeScriptError, DumpPrivKey, DumpWallet, EncryptWallet, EstimateSmartFee, |
| 247 | + FinalizePsbt, FinalizePsbtError, FundRawTransaction, FundRawTransactionError, Generate, |
| 248 | + GenerateToAddress, GetAddedNodeInfo, GetAddressInfo, GetAddressInfoEmbedded, |
| 249 | + GetAddressInfoEmbeddedError, GetAddressInfoError, GetAddressInfoLabel, GetAddressesByLabel, |
| 250 | + GetBalance, GetBestBlockHash, GetBlockCount, GetBlockHash, GetBlockHeader, |
| 251 | + GetBlockHeaderError, GetBlockHeaderVerbose, GetBlockHeaderVerboseError, GetBlockStats, |
| 252 | + GetBlockStatsError, GetBlockTemplate, GetBlockTemplateError, GetBlockVerboseOne, |
| 253 | + GetBlockVerboseOneError, GetBlockVerboseZero, GetChainTips, GetChainTxStatsError, |
| 254 | + GetConnectionCount, GetDifficulty, GetMemoryInfoStats, GetMempoolInfoError, GetMiningInfo, |
| 255 | + GetNetTotals, GetNetworkInfoAddress, GetNetworkInfoError, GetNetworkInfoNetwork, |
| 256 | + GetNewAddress, GetRawChangeAddress, GetRawMempool, GetRawMempoolVerbose, GetRawTransaction, |
| 257 | + GetRawTransactionVerbose, GetRawTransactionVerboseError, GetReceivedByAddress, |
| 258 | + GetTransaction, GetTransactionDetail, GetTransactionDetailError, GetTransactionError, |
| 259 | + GetTxOut, GetTxOutError, GetTxOutSetInfo, GetTxOutSetInfoError, GetUnconfirmedBalance, |
| 260 | + GetWalletInfo, GetWalletInfoError, GetZmqNotifications, ListAddressGroupings, |
| 261 | + ListAddressGroupingsError, ListAddressGroupingsItem, ListLabels, ListLockUnspent, |
| 262 | + ListLockUnspentItem, ListLockUnspentItemError, ListReceivedByAddress, |
| 263 | + ListReceivedByAddressError, ListReceivedByAddressItem, ListSinceBlock, ListSinceBlockError, |
| 264 | + ListSinceBlockTransaction, ListSinceBlockTransactionError, ListTransactions, |
| 265 | + ListTransactionsItem, ListTransactionsItemError, ListUnspentItemError, ListWallets, |
| 266 | + LoadWallet, Locked, PruneBlockchain, RawTransactionError, RawTransactionInput, |
| 267 | + RawTransactionOutput, RescanBlockchain, SendMany, SendRawTransaction, SendToAddress, |
| 268 | + SetNetworkActive, SignMessage, SignMessageWithPrivKey, SignRawTransaction, |
| 269 | + SignRawTransactionError, SoftforkReject, TestMempoolAccept, TransactionCategory, |
| 270 | + UploadTarget, ValidateAddress, ValidateAddressError, VerifyChain, VerifyMessage, |
| 271 | + VerifyTxOutProof, WalletCreateFundedPsbt, WalletCreateFundedPsbtError, WalletProcessPsbt, |
| 272 | + WitnessUtxo, |
271 | 273 | },
|
272 | 274 | v18::{
|
273 | 275 | ActiveCommand, AnalyzePsbt, AnalyzePsbtError, AnalyzePsbtInput, AnalyzePsbtInputMissing,
|
|
0 commit comments