-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KIP-0030: SpireKey dApp <> Wallet Connection #59
base: master
Are you sure you want to change the base?
Conversation
- NOTE: the specification is still in draft, we are still testing and trying to make sure everyone can make use of this specification.
balance: string; | ||
devices: Device[]; | ||
guard?: Guard; | ||
keyset?: Keyset; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this guard significantly different from the keyset? It would be good to explain the difference.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right I haven't written about it, the difference being that the Keyset is the keyset currently registered on the defined keyset, and the guard being the create-ref-guard
of that keyset definition.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll update the supporting text around it. 👍
Scoped KIP down to dapp <> wallet connection