Type Alias veilid_core::TypedSignature

source ·
pub type TypedSignature = CryptoTyped<Signature>;

Aliased Type§

struct TypedSignature {
    pub kind: FourCC,
    pub value: Signature,
}

Fields§

§kind: FourCC§value: Signature