mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-04 10:21:40 +00:00
refactor: rename Assertion to Account and update related code
This commit is contained in:
@@ -16,11 +16,6 @@ type PubKeyI interface {
|
||||
// GetJwk() *commonv1.JSONWebKey
|
||||
}
|
||||
|
||||
// PubKey defines a generic pubkey.
|
||||
type PublicKey interface {
|
||||
VerifySignature(msg, sig []byte) bool
|
||||
}
|
||||
|
||||
type PubKeyG[T any] interface {
|
||||
*T
|
||||
PublicKey
|
||||
|
||||
+109
-1092
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user