Struct cairo_lang_sierra_to_casm::metadata::Metadata
source · pub struct Metadata {
pub ap_change_info: ApChangeInfo,
pub gas_info: GasInfo,
}
Expand description
Metadata provided with a Sierra program to simplify the compilation to casm.
Fields§
§ap_change_info: ApChangeInfo
AP changes information for Sierra user functions.
gas_info: GasInfo
Gas information for validating Sierra code and taking the appropriate amount of gas.