Skip to content

Commit

Permalink
Merge pull request #141 from ElrondNetwork/add-guardian-service-uid
Browse files Browse the repository at this point in the history
add guardian service uid
  • Loading branch information
AdoAdoAdo authored Dec 23, 2022
2 parents efcef9a + 1bc10da commit 67fffa6
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 11 deletions.
1 change: 1 addition & 0 deletions data/api/guardianData.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ package api
type Guardian struct {
Address string `json:"address"`
ActivationEpoch uint32 `json:"activationEpoch"`
ServiceUID string `json:"serviceUID"`
}

// GuardianData holds data relating to the configured guardian(s) and guarded state of an account
Expand Down
81 changes: 70 additions & 11 deletions data/guardians/guardians.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions data/guardians/guardians.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import "github.com/gogo/protobuf/gogoproto/gogo.proto";
message Guardian {
bytes Address = 1;
uint32 ActivationEpoch = 2;
bytes ServiceUID = 3;
}

message Guardians {
Expand Down

0 comments on commit 67fffa6

Please sign in to comment.