Skip to content

Equivalent of Key.primaryKey in v5 #1479

Answered by IvanPizhenko
IvanPizhenko asked this question in Q&A
Discussion options

You must be logged in to vote

From v4:

Object.defineProperty(Key.prototype, 'primaryKey', {
  get() {
    return this.keyPacket;
  },
  configurable: true,
  enumerable: true
});

So looks like just need to use keyPacket.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by IvanPizhenko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant