Crates.io | fvm_actor_utils |
lib.rs | fvm_actor_utils |
version | 11.0.0 |
source | src |
created_at | 2022-09-27 00:45:05.57945 |
updated_at | 2024-06-14 20:33:12.158744 |
description | Utils for authoring native actors for the Filecoin Virtual Machine |
homepage | |
repository | https://github.com/helix-onchain/filecoin/ |
max_upload_size | |
id | 674626 |
size | 29,798 |
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.