Struct cairo_lang_starknet::contract::ContractDeclaration
source · pub struct ContractDeclaration {
pub submodule_id: SubmoduleId,
}
Expand description
Represents a declaration of a contract.
Fields§
§submodule_id: SubmoduleId
The id of the module that defines the contract.