Type alias KeyPairs

KeyPairs: {
    primaryKeyPair: KeyPair;
    recoveryKeyPair: KeyPair;
}

Type declaration