pub type GenesisSelfCheckData = GenesisSelfCheckDataV2;Expand description
Alias to the current version of GenesisSelfCheckData.
Aliased Type§
pub struct GenesisSelfCheckData {
pub membrane_proof: Option<Arc<SerializedBytes>>,
pub agent_key: HoloHash<Agent>,
}Fields§
§membrane_proof: Option<Arc<SerializedBytes>>The proof of membership that will be the AgentValidationPkg (2nd record).
agent_key: HoloHash<Agent>Will be the 3rd record of the chain, the agent key.