Module fuels_programs::contract
source · Structs§
- Represents a contract that can be deployed either directly (
Contract::regular) or through a loaderContract::convert_to_loader. Provides the ability to calculate theContractId(Contract::contract_id) without needing to deploy the contract. This struct also manages contract code updates withconfigurables (Contract::with_configurables) and can automatically load storage slots (viaContract::load_from). - Configuration for contract deployment.
- Configuration for contract storage