GasCostSummary constructor

GasCostSummary(
  1. int computationCost,
  2. int storageCost,
  3. int storageRebate,
  4. int nonRefundableStorageFee,
)

Implementation

GasCostSummary(
  this.computationCost,
  this.storageCost,
  this.storageRebate,
  this.nonRefundableStorageFee
);