Type Alias Register

Source
pub type Register<'a> = Request<'a>;
Expand description

Type alias for convenience.

Aliased Type§

struct Register<'a> {
    pub challenge: &'a [u8; 32],
    pub app_id: &'a [u8; 32],
}

Fields§

§challenge: &'a [u8; 32]§app_id: &'a [u8; 32]