SyscallResult
The result type for a syscall.
Fully qualified path: core::starknet::SyscallResult
pub type SyscallResult<T> = Result<T, Array<felt252>>;
The result type for a syscall.
Fully qualified path: core::starknet::SyscallResult
pub type SyscallResult<T> = Result<T, Array<felt252>>;