Crate fil_actors_runtime_v10

Source

Re-exports§

pub use fvm_ipld_amt;
pub use fvm_ipld_hamt;
pub use self::actor_error::*;
pub use self::builtin::*;
pub use self::util::*;

Modules§

actor_error
builtin
runtime
util

Macros§

actor_error
Convenience macro for generating Actor Errors

Constants§

EXPECTED_LEADERS_PER_EPOCH
The expected number of block producers in each epoch.

Traits§

Keyer

Functions§

make_empty_map
Create a HAMT with a custom bit-width.
make_map_with_root
Create a map with a root Cid.
make_map_with_root_and_bitwidth
Create a map with a root Cid.
parse_uint_key
u64_key

Type Aliases§

Array
Array type used within actors. The underlying type is an AMT.
DealWeight
Deal weight
Map
Map type to be used within actors. The underlying type is a HAMT.