Skip to main content

SignedLewesProtocol

Type Alias SignedLewesProtocol 

Source
pub type SignedLewesProtocol = SignedData<LewesProtocol>;

Aliased Type§

pub struct SignedLewesProtocol {
    pub data: LewesProtocol,
    pub signature: Signature,
}

Fields§

§data: LewesProtocol§signature: Signature