Function create_init_frame
pub fn create_init_frame<CTX>(
ctx: &mut CTX,
gas_limit: u64,
) -> Result<FrameInput, <<<CTX as ContextTr>::Journal as JournalTr>::Database as Database>::Error>where
CTX: ContextTr,Expand description
Creates the first FrameInput from the transaction, spec and gas limit.