Type Alias KeyGenResponse

Source
pub type KeyGenResponse = KeyPair;

Aliased Type§

struct KeyGenResponse {
    pub name: String,
    pub id: String,
}

Fields§

§name: String§id: String