Signature

Type Alias Signature 

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

A signature.

Aliased Type§

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

Tuple Fields§

§0: [u8; 64]

Trait Implementations§

Source§

impl CryptoType for Signature

Source§

type Pair = Pair

The pair key type of this crypto.