Skip to main content

Module artifact

Module artifact 

Source
Expand description

Program bundle: self-contained compilation artifact for warrior consumption.

Contains the compiled assembly, metadata, cost analysis, and function signatures. Warriors deserialize this from a JSON file or receive it via the Rust API.

Structsยง

BundleCost
Cost analysis summary.
BundleFunction
Function metadata within a bundle.
ProgramBundle
Self-contained compilation artifact that a warrior needs to execute, prove, or deploy a Trident program.