Type Alias serai_validator_sets_primitives::ExternalKey

source ·
pub type ExternalKey = BoundedVec<u8, ConstU32<MAX_KEY_LEN>>;
Expand description

The type representing a Key from an external network.

Aliased Type§

struct ExternalKey(/* private fields */);