blockifier 0.18.0-rc.1

The transaction-executing component in the Starknet sequencer.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod account_transaction;
#[cfg(test)]
pub mod error_format_test;
pub mod errors;
pub mod l1_handler_transaction;
pub mod objects;
#[cfg(any(feature = "testing", test))]
pub mod test_utils;
pub mod transaction_execution;
pub mod transactions;