Crates.io | tezos-smart-rollup-host |
lib.rs | tezos-smart-rollup-host |
version | 0.2.2 |
source | src |
created_at | 2023-04-25 14:04:32.219306 |
updated_at | 2023-11-24 18:14:04.78996 |
description | Safe Runtime trait for Tezos Smart Rollups host functions. |
homepage | |
repository | https://gitlab.com/tezos/tezos.git |
max_upload_size | |
id | 848529 |
size | 79,969 |
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.