mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-05 02:41:41 +00:00
(no commit message provided)
This commit is contained in:
committed by
Prad Nukala (aider)
parent
775150830f
commit
e127d70584
@@ -30,18 +30,4 @@ message Params {
|
||||
double encryption_reward_rate = 5;
|
||||
}
|
||||
|
||||
// PublicKey is the struct that represents a public key
|
||||
message PublicKey {
|
||||
option (amino.name) = "did/publickey";
|
||||
option (amino.message_encoding) = "key_field";
|
||||
option (gogoproto.goproto_stringer) = false;
|
||||
|
||||
// Key is the public key
|
||||
bytes key = 1;
|
||||
|
||||
// Type is the type of the public key
|
||||
string key_type = 2;
|
||||
|
||||
// DID is the DID of the public key
|
||||
string did = 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user