Signature

Type Alias Signature 

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

A signature.

Aliased Type§

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

Tuple 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.