keri 0.3.0

Core library for the Key Event Receipt Infrastructure
Documentation
1
2
3
4
5
6
use crate::state::EventSemantics;

#[derive(Serialize, Deserialize, Debug, Clone)]
pub struct DelegatingInceptionEvent {}

impl EventSemantics for DelegatedInceptionEvent {}