Update ListAppContractsReq to include as_operator field and uuid

This commit is contained in:
Noor 2025-03-22 03:15:07 +05:30
parent 70e83dd0e9
commit 3024c00b8e
Signed by: noormohammedb
GPG Key ID: D83EFB8B3B967146

@ -62,8 +62,8 @@ message DelAppReq {
message ListAppContractsReq {
string admin_pubkey = 1;
// string uuid = 2;
// string node_pubkey = 3;
bool as_operator = 2;
string uuid = 3;
}