ecsia-monorepo / devtools/src / WaveExplain
Interface: WaveExplain
Defined in: devtools/src/types.ts:102
One wave: an ordered set of batches (rounds) that run after the previous wave (waves ).
Properties
index
ts
readonly index: number;Defined in: devtools/src/types.ts:103
batches
ts
readonly batches: readonly BatchExplain[];Defined in: devtools/src/types.ts:104