Type Alias sp_core::bls::Public

source ·
pub type Public<SubTag> = PublicBytes<PUBLIC_KEY_SERIALIZED_SIZE, (BlsTag, SubTag)>;
Expand description

A public key.

Aliased Type§

struct Public<SubTag>(pub [u8; 144], _);

Fields§

§0: [u8; 144]

Trait Implementations§

source§

impl<T: BlsBound> CryptoType for Public<T>

§

type Pair = Pair<T>

The pair key type of this crypto.