GasData constructor

GasData(
  1. List<SuiObjectRef> payment,
  2. String owner,
  3. int price,
  4. int budget,
)

Implementation

GasData(this.payment, this.owner, this.price, this.budget);