Crate recall_fil_actors_runtime

Crate recall_fil_actors_runtime 

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
test_blockstores
util

Macros§

actor_dispatch
Implement actor method dispatch:
actor_dispatch_unrestricted
actor_error
Convenience macro for generating Actor Errors
wasm_trampoline

Structs§

WithCodec

Traits§

Keyer

Functions§

make_empty_map
Create a hamt with a custom bitwidth.
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.