Signature

Type Alias Signature 

Source
pub type Signature = Bytes;
Expand description

Alias type for signature.

Aliased Type§

pub struct Signature(pub Vec<u8>);

Tuple Fields§

§0: Vec<u8>