Secret

Type Alias Secret 

Source
pub type Secret = Bytes;
Expand description

Alias type for secret.

Aliased Type§

pub struct Secret(pub Vec<u8>);

Tuple Fields§

§0: Vec<u8>