ADO Classes
Classes
The ADO classes bundle up ADOs with similar functionality. They provide a sort of filtering for our ADOs which is needed since more and more ADOs are being added frequently. This way, users can quickly find ADOs they are interested in based on the ADO class they belong to.
Architecture Overview
Andromeda Digital Object
Each of our individual contracts is referred to as an ADO. Each ADO has a specific purpose and custom messages specific to its use.
ADO-Base
Upon instantiating any ADO, a ADOContract
struct is instantiated that holds key information on the ADO:
Was this helpful?