This commit is contained in:
Prad Nukala
2024-07-06 03:17:04 -04:00
parent e127d70584
commit f6b04e1599
7 changed files with 42 additions and 122 deletions
+4 -4
View File
@@ -33,7 +33,7 @@ message Assertion {
// Attestation represents linked identifiers (e.g., Crypto Accounts, Github, Email, Phone)
message Attestation {
option (cosmos.orm.v1.table) = {
id: 1
id: 2
primary_key: {fields: "id"}
};
@@ -57,7 +57,7 @@ message Attestation {
// Controller represents a Sonr DWN Vault
message Controller {
option (cosmos.orm.v1.table) = {
id: 2
id: 3
primary_key: {fields: "id"}
};
@@ -80,7 +80,7 @@ message Controller {
// Delegation represents IBC Account Controllers for various chains (e.g., ETH, BTC)
message Delegation {
option (cosmos.orm.v1.table) = {
id: 3
id: 4
primary_key: {fields: "id"}
};
@@ -112,7 +112,7 @@ message Delegation {
// Service represents a service in a DID Document
message Service {
option (cosmos.orm.v1.table) = {
id: 4
id: 5
primary_key: {fields: "id"}
};