Skip to main content

Module syscalls

Module syscalls 

Source
Expand description

Minimal syscall shims exposed through Hopper Runtime.

Hopper-owned crates use this module instead of binding directly to backend SDK syscall paths. That keeps backend differences inside Hopper Runtime.

Functions§

sol_log_data
Emit a sol_log_data event payload.
sol_sha256
Compute SHA-256 over a slice-of-slices payload.