MsgSlashingResourceNode constructor

const MsgSlashingResourceNode({
  1. List<String> reporters = const [],
  2. List<String> reporterOwner = const [],
  3. String? networkAddress,
  4. String? walletAddress,
  5. String? slashing,
  6. bool? suspend,
})

Implementation

const MsgSlashingResourceNode({
  this.reporters = const [],
  this.reporterOwner = const [],
  this.networkAddress,
  this.walletAddress,
  this.slashing,
  this.suspend,
});