Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Refactor PublicKey struct #191

Open
fqutishat opened this issue Nov 3, 2020 · 0 comments
Open

Refactor PublicKey struct #191

fqutishat opened this issue Nov 3, 2020 · 0 comments
Assignees
Labels
Milestone

Comments

@fqutishat
Copy link
Contributor

fqutishat commented Nov 3, 2020

type PublicKey struct {
	ID       string
	Type     string
	Encoding string
	KeyType  string
	Purposes []string
	Recovery bool
	Update   bool
	Value []byte
}
  • Remove KeyType, Recovery, Update
  • Rename Type to SignatureType
  • Separate Recovery and Update key from public key struct
@fqutishat fqutishat self-assigned this Nov 3, 2020
@fqutishat fqutishat added this to the 0.1.5 milestone Nov 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant