|
244 | 244 |
|
245 | 245 | mod blockchain; |
246 | 246 | mod mining; |
| 247 | +mod raw_transactions; |
247 | 248 |
|
248 | 249 | #[doc(inline)] |
249 | 250 | pub use self::{ |
250 | 251 | blockchain::GetMempoolInfo, |
251 | 252 | mining::{GetMiningInfo, GetMiningInfoError}, |
| 253 | + raw_transactions::{ |
| 254 | + ControlBlocksError, DecodePsbt, DecodePsbtError, GlobalXpub, Proprietary, PsbtInput, |
| 255 | + PsbtInputError, PsbtOutput, PsbtOutputError, TaprootBip32Deriv, TaprootBip32DerivsError, |
| 256 | + TaprootLeaf, TaprootLeafError, TaprootScript, TaprootScriptError, TaprootScriptPathSig, |
| 257 | + TaprootScriptPathSigError, |
| 258 | + }, |
252 | 259 | }; |
253 | 260 | #[doc(inline)] |
254 | 261 | pub use crate::{ |
@@ -305,14 +312,10 @@ pub use crate::{ |
305 | 312 | GetDeploymentInfo, GetDeploymentInfoError, RestoreWallet, SaveMempool, |
306 | 313 | }, |
307 | 314 | v24::{ |
308 | | - ControlBlocksError, DecodePsbt, DecodePsbtError, GetMempoolAncestors, |
309 | | - GetMempoolAncestorsVerbose, GetMempoolDescendants, GetMempoolDescendantsVerbose, |
310 | | - GetMempoolEntry, GetRawMempoolVerbose, GetTransactionDetail, |
311 | | - GetTxSpendingPrevout, GetTxSpendingPrevoutError, GlobalXpub, GlobalXpubError, ListUnspent, |
312 | | - ListUnspentItem, MempoolEntry, MigrateWallet, Proprietary, PsbtInput, PsbtInputError, |
313 | | - PsbtOutput, PsbtOutputError, SendAll, SendAllError, SimulateRawTransaction, |
314 | | - TaprootBip32Deriv, TaprootBip32DerivsError, TaprootLeaf, TaprootLeafError, TaprootScript, |
315 | | - TaprootScriptError, TaprootScriptPathSig, TaprootScriptPathSigError, |
| 315 | + GetMempoolAncestors, GetMempoolAncestorsVerbose, GetMempoolDescendants, |
| 316 | + GetMempoolDescendantsVerbose, GetMempoolEntry, GetRawMempoolVerbose, GetTransactionDetail, |
| 317 | + GetTxSpendingPrevout, GetTxSpendingPrevoutError, ListUnspent, ListUnspentItem, |
| 318 | + MempoolEntry, MigrateWallet, SendAll, SendAllError, SimulateRawTransaction, |
316 | 319 | }, |
317 | 320 | v25::{ |
318 | 321 | GenerateBlock, GenerateBlockError, GetBlockStats, ListDescriptors, MempoolAcceptanceError, |
|
0 commit comments