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
- wasm_
trampoline
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 bitwidth.
- 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.