Type Alias sp_domains::OperatorPair

source ·
pub type OperatorPair = Pair;
Expand description

An operator authority keypair. Necessarily equivalent to the schnorrkel public key used in the main executor module. If that ever changes, then this must, too.

Aliased Type§

struct OperatorPair(/* private fields */);