Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Corelib
pub trait SyscallResultTrait
Ok
Err
let result = starknet::syscalls::get_execution_info_v2_syscall(); let info = result.unwrap_syscall();
fn unwrap_syscall(self: SyscallResult) -> T
Was this page helpful?