Type Alias KeyRmResponse

Source
pub type KeyRmResponse = KeyPairList;

Aliased Type§

pub struct KeyRmResponse {
    pub keys: Vec<KeyPair>,
}

Fields§

§keys: Vec<KeyPair>