Function create_init_frame   
pub fn create_init_frame(
    tx: &impl Transaction,
    spec: SpecId,
    gas_limit: u64,
) -> FrameInputExpand description
Creates the first FrameInput from the transaction, spec and gas limit.
pub fn create_init_frame(
    tx: &impl Transaction,
    spec: SpecId,
    gas_limit: u64,
) -> FrameInputCreates the first FrameInput from the transaction, spec and gas limit.