Crate fvm

source ·
Expand description

(Proper package docs coming shortly; for now this is a holding pen for items we must mention).

Logging

This package emits logs using the log façade. Configure the logging backend of your choice during the initialization of the consuming application.

Re-exports

pub use kernel::default::DefaultKernel;
pub use kernel::Kernel;

Modules

This module contains the logic to invoke the node by traversing Boundary A.

Macros

Convenience macro for generating Actor Errors
Create a mapping from enum items to values in a way that guarantees at compile time that we did not miss any member, in any of the prices, even if the enum gets a new member later.

Structs

Cid of the empty array Cbor bytes (EMPTY_ARR_BYTES).