pub fn load_account_delegated_handle_error<H: Host + ?Sized>(
context: &mut InstructionContext<'_, H, impl InterpreterTypes>,
to: Address,
transfers_value: bool,
create_empty_account: bool,
) -> Option<(u64, u64, Bytecode, B256)>Expand description
Loads accounts and its delegate account.
Returns (regular_gas_cost, state_gas_cost, bytecode, code_hash).