Type Alias Signature

Source
pub type Signature = [u8; 64];
Expand description

A helper type for a signature.

Trait Implementations§

Source§

impl From<SerializeableSignature> for Signature

Source§

fn from(signature: SerializeableSignature) -> Self

Converts to this type from the input type.