CallType

Denotes type of the call

Fully qualified path: snforge_std::trace::CallType

#[derive(Drop, Serde, PartialEq, Clone, Debug)]
pub enum CallType {
    Call,
    Delegate,
}

Variants

Call

Regular call

Fully qualified path: snforge_std::trace::CallType::Call

Call

Delegate

Library call

Fully qualified path: snforge_std::trace::CallType::Delegate

Delegate