Skip to content

Commit 35892d4

Browse files
committed
Copy decodepsbt from v24 to v30
Copy the raw_transactions folder from v24 to v30 and update exports. No other changes.
1 parent 96686f3 commit 35892d4

File tree

4 files changed

+1211
-8
lines changed

4 files changed

+1211
-8
lines changed

types/src/v30/mod.rs

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -244,11 +244,18 @@
244244
245245
mod blockchain;
246246
mod mining;
247+
mod raw_transactions;
247248

248249
#[doc(inline)]
249250
pub use self::{
250251
blockchain::GetMempoolInfo,
251252
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+
},
252259
};
253260
#[doc(inline)]
254261
pub use crate::{
@@ -305,14 +312,10 @@ pub use crate::{
305312
GetDeploymentInfo, GetDeploymentInfoError, RestoreWallet, SaveMempool,
306313
},
307314
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,
316319
},
317320
v25::{
318321
GenerateBlock, GenerateBlockError, GetBlockStats, ListDescriptors, MempoolAcceptanceError,

0 commit comments

Comments
 (0)