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 */);