SuiGasData constructor

SuiGasData(
  1. SuiObjectRef payment,
  2. int price,
  3. int budget
)

Implementation

SuiGasData(this.payment, this.price, this.budget);