SuiChangeEpoch constructor

SuiChangeEpoch(
  1. int epoch,
  2. int storageCharge,
  3. int computationCharge
)

Implementation

SuiChangeEpoch(this.epoch, this.storageCharge, this.computationCharge);