Crate fvm_sdk

source ·

Modules§

Macros§

Constants§

Functions§

  • Initialize the FVM SDK. Calling this function optional but encouraged.

Type Aliases§

  • 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).