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§
Macros§
- actor_
error - Convenience macro for generating Actor Errors
Constants§
- EXPECTED_
LEADERS_ PER_ EPOCH - The expected number of block producers in each epoch.
Traits§
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.
- Deal
Weight - Deal weight
- Map
- Map type to be used within actors. The underlying type is a HAMT.