pub type Signature = CryptoBytes<sp_core::::paired_crypto::ecdsa_bls377::Signature::{constant#0}, (SignatureTag, (PairedCryptoTag, EcdsaBls377Tag))>;
Expand description

(ECDSA,BLS12-377) signature pair.

Aliased Type§

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

Fields§

§0: [u8; 177]

Trait Implementations§

source§

impl From<Signature> for Signature

source§

fn from(outer: Signature) -> Self

Converts to this type from the input type.