Structs§
- Blobs
NotUploaded - Blobs
Uploaded - Contract
- 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). - Deploy
Response - Load
Configuration - Configuration for contract deployment.
- Loader
- Regular
- Storage
Configuration - Configuration for contract storage