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
11
pub mod fee_utils;
pub mod scheduler;
#[cfg(any(feature = "testing", test))]
pub mod test_utils;
pub mod utils;
pub mod versioned_state;
pub mod versioned_storage;
pub mod worker_logic;
pub mod worker_pool;

type TxIndex = usize;