# Functions
MakeChainDataMock creates a ChainDataMock with a given number of operators per quorum For example, given
numOperatorsPerQuorum = map[core.QuorumID]int{ 0: 2, 1: 3, }
It will create a ChainDataMock with 2 operators in quorum 0 and 3 operators in quorum 1 with stakes distributed as
map[core.QuorumID]map[core.OperatorID]int{ 0: { core.OperatorID{0}: 1, core.OperatorID{1}: 2, }, 1: { core.OperatorID{0}: 1, core.OperatorID{1}: 2, core.OperatorID{2}: 3, }, }.
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MockShardValidator is a mock implementation of ShardValidator.
No description provided by the author
No description provided by the author
No description provided by the author