Skip to content

Commit

Permalink
FEAT: Extend interface
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusmihaic committed Dec 18, 2024
1 parent 3f96f42 commit 473853d
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 @@ -115,6 +115,7 @@ type SovereignChainHeaderHandler interface {
GetShardInfoHandlers() []ShardDataHandler
SetShardInfoHandlers(shardInfo []ShardDataHandler) error
GetLastFinalizedCrossChainHeaderHandler() EpochStartChainDataHandler
SetLastFinalizedCrossChainHeaderHandler(crossChainData EpochStartChainDataHandler) error
}

// OutGoingMiniBlockHeaderHandler defines setters and getters for sovereign outgoing mini block header
Expand Down

0 comments on commit 473853d

Please sign in to comment.