pub type LocalKey = Key;
Expand description

Represents a locally generated key that is distributed across one or more bonds.

Aliased Type§

struct LocalKey {
    pub value: [u8; 16],
}

Fields§

§value: [u8; 16]