mavryk-smart-rollup-host

Crates.iomavryk-smart-rollup-host
lib.rsmavryk-smart-rollup-host
version0.2.2
sourcesrc
created_at2024-07-30 09:43:22.793396
updated_at2024-07-30 09:43:22.793396
descriptionSafe Runtime trait for Mavryk Smart Rollups host functions.
homepage
repositoryhttps://gitlab.com/mavryk-network/mavryk-protocol.git
max_upload_size
id1319609
size80,279
(TristanAllaire)

documentation

README

Wrapper for the mavryk_smart_rollup_core host function definitions as a safe API.

The rollup make host functions available to the kernel, as a set of C-style APIs. The mavryk_smart_rollup_core crate defines these as extern "C" functions that are unsafe to call.

Using mavryk_smart_rollup_host allows a kernel to access these capabilites without relying on unsafe code.

Commit count: 0

cargo fmt