get_execution_info_v2_syscall

Gets information about the current execution, version 2. This syscall should not be called directly. Instead, use starknet::info::get_execution_info. # ReturnsA box containing the current V2 execution information.

Fully qualified path: core::starknet::syscalls::get_execution_info_v2_syscall

pub extern fn get_execution_info_v2_syscall() -> SyscallResult<
    Box<starknet::info::v2::ExecutionInfo>,
> implicits(GasBuiltin, System) nopanic;