mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 01:41:44 +00:00
(no commit message provided)
This commit is contained in:
committed by
Prad Nukala (aider)
parent
2f976209db
commit
775150830f
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user