Expand description
Contains the functionality for interacting with the singleton contract state value.
Structs§
- Stores the core contract configurations created on instantiation and modified on migration.
Constants§
Functions§
- Fetches the current contract instance of contract state. This call should never fail because the state is set on contract instantiation, but an error will be returned if store communication fails.
- Overwrites the existing singleton contract storage instance of ContractStateV1 with the input reference. An error is returned if the store write is unsuccessful.