2 releases
new 0.13.0-rc.3 | Mar 31, 2025 |
---|---|
0.13.0-rc.2 | Mar 24, 2025 |
#5 in #valid
97 downloads per month
Used in 7 crates
(via hyle-contract-sdk)
75KB
2K
SLoC
Hyle model
This crate defines the datamodel for the hyle ecosystem.
The types are defined in separated files for clarity, but are almost all re-exported at the root.
Example:
use hyle_model::ContractInput; // Valid
use hyle_model::contract::ContractInput; // 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 hyle node internal need, you might not need it.
Dependencies
~2–15MB
~230K SLoC