Type Alias bp_beefy::EcdsaValidatorSignature
pub type EcdsaValidatorSignature = Signature;
Expand description
Signature for a BEEFY authority using ECDSA as its crypto.
Aliased Type§
struct EcdsaValidatorSignature(/* private fields */);