Skip to content

Commit

Permalink
added NodeGetInfoQuery to query.proto
Browse files Browse the repository at this point in the history
Signed-off-by: Iris Simon <[email protected]>
  • Loading branch information
iwsimon committed May 6, 2024
1 parent 86db85f commit cfd2ff9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions services/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ import "token_get_nft_info.proto";
import "token_get_nft_infos.proto";

import "get_account_details.proto";
import "node_get_info.proto";

/**
* A single query, which is sent from the client to a node. This includes all possible queries. Each
Expand Down Expand Up @@ -197,5 +198,10 @@ message Query {
* Gets all information about an account including allowances granted by the account
*/
GetAccountDetailsQuery accountDetails = 58;

/**
* Get all information about a node
*/
NodeGetInfoQuery nodeGetInfo = 59;
}
}

0 comments on commit cfd2ff9

Please sign in to comment.