Modules
This module defines the low-level syscall API.
Constants
The maximum actor address length (class 2 addresses).
BlockID representing nil parameters or return data.
Type Definitions
SDK functions performing a syscall return a SyscallResult type, where the
Error type is an ExitCode. ExitCode::Ok is translated to an Ok result, while
error codes are propagated as Err(ExitCode).