(no commit message provided)

This commit is contained in:
Prad Nukala
2024-07-06 03:02:45 -04:00
committed by Prad Nukala (aider)
parent 775150830f
commit e127d70584
10 changed files with 3047 additions and 1312 deletions
-14
View File
@@ -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;
}