Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

EntryPointType

Type of the function being invoked

Fully qualified path: snforge_std::trace::EntryPointType

pub enum EntryPointType {
    Constructor,
    External,
    L1Handler,
}

Variants

Constructor

Constructor of a contract

Fully qualified path: snforge_std::trace::EntryPointType::Constructor

Constructor

External

Contract interface entry point

Fully qualified path: snforge_std::trace::EntryPointType::External

External

L1Handler

An entrypoint for handling messages from L1

Fully qualified path: snforge_std::trace::EntryPointType::L1Handler

L1Handler