Rollup constructor

Rollup({
  1. int? ethereumBlockNum,
  2. int? forgeL1L2BatchTimeout,
  3. String? feeAddToken,
  4. int? withdrawalDelay,
  5. List<Bucket>? buckets,
})

Implementation

Rollup(
    {this.ethereumBlockNum,
    this.forgeL1L2BatchTimeout,
    this.feeAddToken,
    this.withdrawalDelay,
    this.buckets});