ADO Base
The ADO Base contains all the common functionality applied on all ADOs upon instantiation.
The ADO Base contains all the common functionality applied on all ADOs upon instantiation.
The struct used to hold important information about each instantiated ADO. Implemented as BaseInstantiateMsg
.
Name | Type | Description |
---|---|---|
Our ADOs have a set of execute and query messages referred to as the "base executes" and "base queries". These messages are common to every ADO in our Andromeda Digital Library (Except AMP ADOs). They are listed in the AndromedaMsg and AndromedaQuery enums which we will discuss next.
All of our ADOs contain a migrate message to allowing migrating an ADO to a newer version:
ado_type
String
The type of the ADO. Usually, it is the same as the name. It is automatically set when an ADO is instantiated.
ado_version
String
The version of the ADO. It is automatically set when an ADO is instantiated.
kernel_address
Option<String>
owner
Option<String>
The address of the ADO owner. Specified by the creator in the instantiation message of an ADO.