pub type Signature = CryptoBytes<sp_core::::bls::Signature::{constant#0}, (SignatureTag, (BlsTag, TinyBLS<Bls12<Config>, Config>))>;
Expand description

BLS12-377 signature.

Aliased Type§

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

Fields§

§0: [u8; 112]

Trait Implementations§

source§

impl From<Signature> for Signature

source§

fn from(outer: Signature) -> Self

Converts to this type from the input type.