File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -586,14 +586,18 @@ type Baking struct {
586
586
587
587
// AttestationReward -
588
588
type AttestationReward struct {
589
- Type string `json:"type"`
590
- ID uint64 `json:"id"`
591
- Level uint64 `json:"level"`
592
- Timestamp time.Time `json:"timestamp"`
593
- Block string `json:"block"`
594
- Baker * Address `json:"baker"`
595
- Expected int64 `json:"expected"`
596
- Quote * Quote `json:"quote,omitempty"`
589
+ Type string `json:"type"`
590
+ ID uint64 `json:"id"`
591
+ Level uint64 `json:"level"`
592
+ Timestamp time.Time `json:"timestamp"`
593
+ Block string `json:"block"`
594
+ Baker * Address `json:"baker"`
595
+ Expected int64 `json:"expected"`
596
+ RewardDelegated int64 `json:"rewardDelegated"`
597
+ RewardStakedOwn int64 `json:"rewardStakedOwn"`
598
+ RewardStakedEdge int64 `json:"rewardStakedEdge"`
599
+ RewardStakedShared int64 `json:"rewardStakedShared"`
600
+ Quote * Quote `json:"quote,omitempty"`
597
601
}
598
602
599
603
// RevelationPenalty -
You can’t perform that action at this time.
0 commit comments