Type Alias sp_core::ed25519::Signature

source ·
pub type Signature = SignatureBytes<SIGNATURE_SERIALIZED_SIZE, Ed25519Tag>;
Expand description

A signature.

Aliased Type§

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

Fields§

§0: [u8; 64]

Trait Implementations§

source§

impl CryptoType for Signature

§

type Pair = Pair

The pair key type of this crypto.