GasConfig constructor

GasConfig({
  1. BigInt? budget,
  2. BigInt? price,
  3. List<SuiObjectRef>? payment,
  4. String? owner,
})

Implementation

GasConfig({this.budget, this.price, this.payment, this.owner});