mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 01:41:44 +00:00
fix: update account table interface to use address, chain and network
This commit is contained in:
@@ -27,13 +27,13 @@ message Account {
|
||||
primary_key: {fields: "id"}
|
||||
index: {
|
||||
id: 1
|
||||
fields: "account"
|
||||
fields: "address,chain,network"
|
||||
unique: true
|
||||
}
|
||||
};
|
||||
|
||||
uint64 id = 1;
|
||||
string account = 2;
|
||||
string address = 2;
|
||||
string chain = 3;
|
||||
string network = 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user