Type Alias BLSKeyPair

Source
pub type BLSKeyPair = KeyPair;
Expand description

BLS key pair used to sign and verify a consensus message

Aliased Typeยง

struct BLSKeyPair { /* private fields */ }