Crates.io | fvm_actor_utils |
lib.rs | fvm_actor_utils |
version | 12.0.1 |
source | src |
created_at | 2022-09-27 00:45:05.57945 |
updated_at | 2024-11-22 04:49:42.480593 |
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 | 30,338 |
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.