(no commit message provided)

This commit is contained in:
Prad Nukala
2024-07-06 00:55:50 -04:00
committed by Prad Nukala (aider)
parent 2f976209db
commit 775150830f
13 changed files with 262 additions and 1601 deletions
+2 -2
View File
@@ -43,7 +43,7 @@ message Controller {
string did = 2;
// The public key of the controller
PublicKey public_key = 3;
bytes public_key = 3;
// The vault address or identifier
string vault_cid = 4;
@@ -75,7 +75,7 @@ message Delegation {
string controller_did = 5;
// The delegation proof or verification method
PublicKey public_key = 6;
bytes public_key = 6;
// IBC Channel ID
uint64 channel_id = 7;