Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmirgaleev committed May 3, 2024
1 parent 7066424 commit e9e2c85
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions node/operations.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,9 +344,11 @@ type OnlyBalanceUpdatesMetadata struct {

// EndorsementMetadata -
type EndorsementMetadata struct {
Delegate string `json:"delegate"`
EndorsementPower int `json:"endorsement_power"`
ConsensusKey string `json:"consensus_key"`
Delegate string `json:"delegate"`
EndorsementPower int `json:"endorsement_power"`
ConsensusKey string `json:"consensus_key"`
BalanceUpdates []BalanceUpdate `json:"balance_updates,omitempty"`
Slots []int `json:"slots,omitempty"`
}

// OperationResult -
Expand Down

0 comments on commit e9e2c85

Please sign in to comment.