Expand description
This module contains the creation of BitVM operator assertion transactions and timeout transactions related to assertions.
Re-exports§
pub use crate::builder::transaction::txhandler::TxHandler;pub use crate::builder::transaction::*;
Functions§
- create_
disprove_ timeout_ txhandler - Creates a
TxHandlerfor thedisprove_timeout_tx. - create_
latest_ blockhash_ timeout_ txhandler - Creates a
TxHandlerfor thelatest_blockhash_timeout_tx. - create_
latest_ blockhash_ txhandler - Creates a
TxHandlerfor thelatest_blockhash_tx. - create_
mini_ asserts - Creates a vector of
TxHandlerformini_asserttransactions.