Skip to content

Commit

Permalink
added GetAccount operation.
Browse files Browse the repository at this point in the history
  • Loading branch information
cristure committed Sep 24, 2024
1 parent 23eebfa commit 7642789
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions data/stateChange/stateChange.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ enum ActionType {
enum Operation {
GetCode = 0;
SaveAccount = 1;
WriteCode = 2;
RemoveDataTrie = 3;
GetAccount = 2;
WriteCode = 3;
RemoveDataTrie = 4;
}

message StateChange {
Expand Down

0 comments on commit 7642789

Please sign in to comment.