pub type SignedLewesProtocol = SignedData<LewesProtocol>;Aliased Type§
pub struct SignedLewesProtocol {
pub data: LewesProtocol,
pub signature: Signature,
}Fields§
§data: LewesProtocol§signature: Signaturepub type SignedLewesProtocol = SignedData<LewesProtocol>;pub struct SignedLewesProtocol {
pub data: LewesProtocol,
pub signature: Signature,
}data: LewesProtocol§signature: Signature