Module ate::dio[][src]

Structs

Dao

Represents a data object that will be represented as one or more events on the redo-log and validated in the chain-of-trust.

DaoForeign

Rerepresents a reference to structured data that exists in another chain-of-trust

DaoRef

Rerepresents a reference to another data object with strong type linting to make the model more solidified

DaoVec

Rerepresents a vector of children attached to a parent DAO

Dio

Represents a series of mutations that the user is making on a particular chain-of-trust with a specific set of facts attached to a session. All changes are stored in memory until the commit function is invoked which will feed them into the chain.

Traits

DaoObj