keri 0.3.0

Core library for the Key Event Receipt Infrastructure
Documentation
1
2
3
4
5
6
7
use crate::state::EventSemantics;
use serde::{Deserialize, Serialize};

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

impl EventSemantics for EventReceipt {}