pub fn create_init_frame( tx: &impl Transaction, bytecode: Option<(Bytecode, B256)>, gas_limit: u64, ) -> FrameInput
Creates the first [FrameInput] from the transaction, spec and gas limit.
FrameInput