Signature

Type Alias Signature 

Source
pub type Signature = StackByteArray<CRYPTO_SIGN_BYTES>;
Expand description

Stack-allocated signature for message signing.

Aliased Typeยง

pub struct Signature(/* private fields */);