Module operator_assert

Source
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 TxHandler for the disprove_timeout_tx.
create_latest_blockhash_timeout_txhandler
Creates a TxHandler for the latest_blockhash_timeout_tx.
create_latest_blockhash_txhandler
Creates a TxHandler for the latest_blockhash_tx.
create_mini_asserts
Creates a vector of TxHandler for mini_assert transactions.