Update ListAppContractsReq to include as_operator field and uuid
This commit is contained in:
parent
70e83dd0e9
commit
3024c00b8e
@ -62,8 +62,8 @@ message DelAppReq {
|
|||||||
|
|
||||||
message ListAppContractsReq {
|
message ListAppContractsReq {
|
||||||
string admin_pubkey = 1;
|
string admin_pubkey = 1;
|
||||||
// string uuid = 2;
|
bool as_operator = 2;
|
||||||
// string node_pubkey = 3;
|
string uuid = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user