This package contains the actor-side runtime interfaces for the FVM. The FFI interface (to the
runtime itself) is defined in the sys
package.
TODO
The Filecoin VM exposes "syscalls" via special functions on the runtime. To avoid expanding the runtime interface too much, I'm hoping to treat these methods as normal actor methods (ish) rather than special runtime calls.
TODO