miden-lib 0.12.4

Standard library of the Miden protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#[cfg(any(feature = "testing", test))]
#[rustfmt::skip]
pub mod tx_kernel_errors;

#[cfg(any(feature = "testing", test))]
#[rustfmt::skip]
pub mod note_script_errors;

mod masm_error;
pub use masm_error::MasmError;

mod script_builder_errors;
pub use script_builder_errors::ScriptBuilderError;

mod transaction_errors;
pub use transaction_errors::{TransactionEventError, TransactionTraceParsingError};