4 releases

new 0.15.0 Apr 2, 2026
0.14.0 Jan 30, 2026
0.14.0-rc3 Sep 15, 2025
0.14.0-rc2 Sep 5, 2025

#616 in Magic Beans


Used in 10 crates (3 directly)

MIT license

165KB
4K SLoC

Hyli model

This crate defines the datamodel for the hyli ecosystem.

The types are defined in separated files for clarity, but are almost all re-exported at the root.

Example:

use hyli_model::ZkProgramInput; // Valid
use hyli_model::contract::ZkProgramInput; // NOT valid

The default feature full enables to access all the datamodel, this should be disabled in the contract's dependency (See examples).

The feature sqlx is for hyli node internal need, you might not need it.

Dependencies

~3–23MB
~288K SLoC