fvm_actor_utils 15.0.0

Utils for authoring native actors for the Filecoin Virtual Machine
Documentation
1
2
3
4
5
6
# fvm_actor_utils

A set of abstractions to help work with the runtime layer when developing FVM
native actors. This crate provides implementations backed by `fvm_sdk` which are
suitable for use in Rust actors as well as mock implementations suitable for use
in unit-tests.