newton-core 0.4.16

newton protocol core sdk
1
2
3
4
5
6
7
//! Parsed intent types.
//!
//! The definitions moved to the unconditionally-compiled `crate::eval` kernel so
//! the SP1 rego challenge circuit can share them. Re-exported here for backward
//! compatibility with existing `crate::common::intent::*` importers.

pub use crate::eval::{ParsedIntent, RawParsedIntent};