Crate fvm_sdk

Crate fvm_sdk 

Source

Modules§

actor
crypto
debug
error
gas
ipld
message
network
rand
send
sself
sys
This module defines the low-level syscall API.
vm

Constants§

MAX_ACTOR_ADDR_LEN
The maximum actor address length (class 2 addresses).
NO_DATA_BLOCK_ID
BlockID representing nil parameters or return data.

Type Aliases§

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