pub type Signature = CryptoBytes<sp_core::::ecdsa::Signature::{constant#0}, (SignatureTag, EcdsaTag)>;
Expand description

A signature (a 512-bit value, plus 8 bits for recovery ID).

Aliased Type§

struct Signature(pub [u8; 65], _);

Fields§

§0: [u8; 65]

Trait Implementations§

source§

impl From<Signature> for Signature

source§

fn from(outer: Signature) -> Self

Converts to this type from the input type.