Skip to main content

jar_kernel/
abi.rs

1//! Slot numbers the v3 chain ABI exposes to chain Instances at
2//! genesis. Sourced from [`javm_cap::abi`] so the transpiler can
3//! reference the same constants when building chain Images.
4
5pub use javm_cap::abi::*;