SignatureBytes

Type Alias SignatureBytes 

Source
pub type SignatureBytes = Vec<u8>;
Expand description

Alias of Vec<u8>. The goal is naming to help understand what the bytes to deal with

Aliased Typeยง

pub struct SignatureBytes { /* private fields */ }