Interface: IContractData
Interface for contract data stored in smart-contract-deployments.json
Properties
packageId
packageId:
string
Package ID generated during build
packageBytecode
packageBytecode:
string|string[]
Base64-encoded package bytecode
deployedPackageId?
optionaldeployedPackageId?:string
Package ID from actual deployment
lastDeployedPackageId?
optionallastDeployedPackageId?:string
Previous deployed package ID for upgrade chain tracking
upgradeCapabilityId?
optionalupgradeCapabilityId?:string
UpgradeCap object ID for package upgrades
migrationStateId?
optionalmigrationStateId?:string
Migration state ID for tracking contract migrations