tezos-smart-rollup-host

Crates.iotezos-smart-rollup-host
lib.rstezos-smart-rollup-host
version0.2.2
sourcesrc
created_at2023-04-25 14:04:32.219306
updated_at2023-11-24 18:14:04.78996
descriptionSafe Runtime trait for Tezos Smart Rollups host functions.
homepage
repositoryhttps://gitlab.com/tezos/tezos.git
max_upload_size
id848529
size79,969
Emma Turner (emturner)

documentation

README

Wrapper for the tezos_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 tezos_smart_rollup_core crate defines these as extern "C" functions that are unsafe to call.

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

Commit count: 35704

cargo fmt