Type Alias LocalKey

Source
pub type LocalKey = Key;
Expand description

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

Aliased Type§

#[repr(C)]
pub struct LocalKey { pub value: [u8; 16], }

Fields§

§value: [u8; 16]