Expand description
Optimism-specific constants, types, and helpers.
Re-exports§
pub use handler_register::deduct_caller;
pub use handler_register::end;
pub use handler_register::last_frame_return;
pub use handler_register::load_accounts;
pub use handler_register::load_precompiles;
pub use handler_register::optimism_handle_register;
pub use handler_register::output;
pub use handler_register::refund;
pub use handler_register::reward_beneficiary;
pub use handler_register::validate_env;
pub use handler_register::validate_tx_against_state;
pub use l1block::L1BlockInfo;
pub use l1block::BASE_FEE_RECIPIENT;
pub use l1block::L1_BLOCK_CONTRACT;
pub use l1block::L1_FEE_RECIPIENT;
pub use result::OptimismHaltReason;
pub use transaction::error::OpTransactionError;
pub use transaction::OpTransaction;
pub use transaction::OpTransactionType;
pub use spec::*;
Modules§
- Handler related to Optimism chain