pub type Signature = [u8; 64];Expand description
A helper type for a signature.
Trait Implementations§
Source§impl From<SerializeableSignature> for Signature
impl From<SerializeableSignature> for Signature
Source§fn from(signature: SerializeableSignature) -> Self
fn from(signature: SerializeableSignature) -> Self
Converts to this type from the input type.