[][src]Crate forest_vm

Structs

ActorError

The error type that gets returned by actor method calls.

ActorState

State of all actor implementations

InvocInput

Input variables for actor method invocation.

Serialized

Serialized bytes to be used as parameters into actor methods

Enums

CodeID

CodeID is the reference to the code which is attached to the Actor state. There are builtin IDs and the option for custom code with a Cid

ExitCode

ExitCode defines the exit code from the VM execution

Constants

METHOD_CONSTRUCTOR

Base actor constructor method

METHOD_SEND

Base actor send method

Type Definitions

ActorID

Identifier for Actors, includes builtin and initialized actors

DealID

Deal identifier used in market and miner actors

MethodNum

Method number indicator for calling actor methods

Randomness

String of random bytes

TokenAmount