keri 0.1.1

Core library for the Key Event Receipt Infrastructure
Documentation
1
2
3
4
5
6
7
use crate::prefix::BasicPrefix;

#[derive(Default, PartialEq, Debug)]
pub struct Signatory {
    pub threshold: u64,
    pub signers: Vec<BasicPrefix>,
}