Skip to main content

enter_create_substack

Function enter_create_substack 

Source
pub fn enter_create_substack<H, R>(
    resolver: &R,
    code: Vec<u8>,
    trap_data: CreateTrap,
    address: H160,
    state: R::State,
    handler: &mut H,
) -> Result<(SubstackInvoke, InvokerControl<R::Interpreter, R::State>), ExitError>
Expand description

Enter a create substack, which internally calls make_enter_create_machine.