Type Alias KeyListResponse

Source
pub type KeyListResponse = KeyPairList;

Aliased Type§

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

Fields§

§keys: Vec<KeyPair>