Type Alias sp_application_crypto::ed25519::Signature

source ·
pub type Signature = CryptoBytes<sp_core::::ed25519::Signature::{constant#0}, (SignatureTag, Ed25519Tag)>;
Expand description

A signature.

Aliased Type§

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

Fields§

§0: [u8; 64]

Trait Implementations§

source§

impl From<Signature> for Signature

source§

fn from(outer: Signature) -> Self

Converts to this type from the input type.