You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have quite a lot of types dealing with a mint's keysets. However the type's names are ambiguous. We should clean these up or move them into their own class.
Example: Here we have the MintKeys type describing a key set with all its key-pairs. Then we have MintKeyset which represents the a single keyset entry without the keys. MintActiveKeys is an Array of MintKeys, but MintAllKeysets is an Array of MintKeysets.
Proposed solution: Merge all these types into a single Keyset Class or type.
We have quite a lot of types dealing with a mint's keysets. However the type's names are ambiguous. We should clean these up or move them into their own class.
Example: Here we have the
MintKeys
type describing a key set with all its key-pairs. Then we haveMintKeyset
which represents the a single keyset entry without the keys.MintActiveKeys
is an Array ofMintKeys
, butMintAllKeysets
is an Array ofMintKeysets
.Proposed solution: Merge all these types into a single Keyset Class or type.
The text was updated successfully, but these errors were encountered: