Modules§
Structs§
- Constructor
Params - Params for creating a machine.
- Init
Params - Params for initializing a machine.
- Machine
Address - Machine address wrapper.
- Metadata
- Machine metadata.
Enums§
- Kind
- The kinds of machines available. Their code Cids are given at genesis.
Constants§
- GET_
ADDRESS_ METHOD - Get machine address method number.
- GET_
METADATA_ METHOD - Get machine metadata method number.
- INIT_
METHOD - Machine initialization method number.
- METHOD_
CONSTRUCTOR - Base actor constructor method.
Traits§
- Machine
Actor - Machine
State - Trait that must be implemented by machine state.