SigningContext

Type Alias SigningContext 

Source
pub type SigningContext = Context;
👎Deprecated
Expand description

Renamed to Context.

Aliased Type§

pub struct SigningContext {
    key: Key,
}

Fields§

§key: Key