pub type SignatureRef<'a> = Signature<&'a str>;Expand description
Type alias of a Signature using a &str as name field.
Aliased Type§
pub struct SignatureRef<'a> {
name: &'a str,
bytes: [u8; 64],
}Fields§
§name: &'a str§bytes: [u8; 64]