Module contract

Source

Structs§

BlobsNotUploaded
BlobsUploaded
Contract
Represents a contract that can be deployed either directly (Contract::regular) or through a loader Contract::convert_to_loader. Provides the ability to calculate the ContractId (Contract::contract_id) without needing to deploy the contract. This struct also manages contract code updates with configurables (Contract::with_configurables) and can automatically load storage slots (via Contract::load_from).
LoadConfiguration
Configuration for contract deployment.
Loader
Regular
StorageConfiguration
Configuration for contract storage

Functions§

loader_contract_asm