Crate fvm_shared

Source

Modules§

address
bigint
chainid
clock
commcid
consensus
crypto
deal
econ
error
event
message
piece
randomness
receipt
sector
state
sys
This module contains types exchanged at the syscall layer between actors (usually through the SDK) and the FVM.
upgrade
version

Structs§

Response
The outcome of a Send, covering its ExitCode and optional return data

Constants§

EMPTY_ARR_CID
HAMT_BIT_WIDTH
Default bit width for the hamt in the filecoin protocol.
IDENTITY_HASH
Multihash code for the identity hash function.
IPLD_RAW
Codec for raw data.
MAX_CID_LEN
The maximum supported CID size.
METHOD_CONSTRUCTOR
Base actor constructor method.
METHOD_SEND
Base actor send method.

Type Aliases§

ActorID
Identifier for Actors, includes builtin and initialized actors
MethodNum
Method number indicator for calling actor methods.