@@ -113,7 +113,8 @@ impl std::error::Error for KernelError {
113113pub use crate :: core:: {
114114 verify, Block , BlockHash , BlockSpentOutputs , BlockSpentOutputsRef , BlockTreeEntry , Coin ,
115115 CoinRef , ScriptPubkey , ScriptPubkeyRef , ScriptVerifyError , ScriptVerifyStatus , Transaction ,
116- TransactionRef , TransactionSpentOutputs , TransactionSpentOutputsRef , TxIn , TxOut , TxOutRef ,
116+ TransactionRef , TransactionSpentOutputs , TransactionSpentOutputsRef , TxIn , TxInRef , TxOut ,
117+ TxOutPoint , TxOutPointRef , TxOutRef , Txid , TxidRef ,
117118} ;
118119
119120pub use crate :: log:: { disable_logging, Log , LogCategory , LogLevel , Logger } ;
@@ -138,7 +139,7 @@ pub use crate::core::verify_flags::{
138139pub mod prelude {
139140 pub use crate :: core:: {
140141 BlockHashExt , BlockSpentOutputsExt , CoinExt , ScriptPubkeyExt , TransactionExt ,
141- TransactionSpentOutputsExt , TxInExt , TxOutExt ,
142+ TransactionSpentOutputsExt , TxInExt , TxOutExt , TxOutPointExt , TxidExt ,
142143 } ;
143144 pub use crate :: notifications:: BlockValidationStateExt ;
144145}
0 commit comments