Skip to content

Commit

Permalink
FEAT: Extend meta header interface
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusmihaic committed Jul 19, 2024
1 parent 7cda53f commit aeae501
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ type MetaHeaderHandler interface {
HeaderHandler
GetEpochStartHandler() EpochStartHandler
GetDevFeesInEpoch() *big.Int
GetAccumulatedFeesInEpoch() *big.Int
GetShardInfoHandlers() []ShardDataHandler
SetDevFeesInEpoch(value *big.Int) error
SetShardInfoHandlers(shardInfo []ShardDataHandler) error
Expand Down

0 comments on commit aeae501

Please sign in to comment.