UpgradeDatabaseStatePacked
Hierarchy
- { data: Field; nextUpgradeAuthorityX: Field; root: Field; storage: Storage }
- UpgradeDatabaseStatePacked
Index
Constructors
Properties
Constructors
externalconstructor
Parameters
externalvalue: { data: Field; nextUpgradeAuthorityX: Field; root: Field; storage: Storage }
externaldata: Field = Field
Packed data containing version, validFrom, and flags
externalnextUpgradeAuthorityX: Field = Field
X-coordinate of the next upgrade authority's public key
externalroot: Field = Field
Root of the UpgradeAuthority database
externalstorage: Storage = Storage
Storage information (e.g., IPFS hash)
Returns UpgradeDatabaseStatePacked
Properties
data
Packed data containing version, validFrom, and flags
nextUpgradeAuthorityX
X-coordinate of the next upgrade authority's public key
root
Root of the UpgradeAuthority database
storage
Storage information (e.g., IPFS hash)
Represents the packed state of the upgrade database.