create_init_frame

Function create_init_frame 

pub fn create_init_frame(
    tx: &impl Transaction,
    bytecode: Option<(Bytecode, FixedBytes<32>)>,
    gas_limit: u64,
) -> FrameInput
Expand description

Creates the first FrameInput from the transaction, spec and gas limit.