WithdrawalDelayer constructor

WithdrawalDelayer({
  1. int? ethereumBlockNum,
  2. String? ethereumGovernanceAddress,
  3. String? emergencyCouncilAddress,
  4. int? withdrawalDelay,
  5. int? emergencyModeStartingBlock,
  6. bool? emergencyMode,
})

Implementation

WithdrawalDelayer(
    {this.ethereumBlockNum,
    this.ethereumGovernanceAddress,
    this.emergencyCouncilAddress,
    this.withdrawalDelay,
    this.emergencyModeStartingBlock,
    this.emergencyMode});