ark-api-ffi 0.16.0

Ark low-level Wasm FFI API
Documentation
1
2
3
4
5
6
//! Applet module entrypoints

/// `ark_applet_update` - Per frame applet update
pub type AppletUpdateFn = fn();

pub const APPLET_UPDATE: &str = "ark_applet_update";