GasConfig constructor
GasConfig({
- BigInt? budget,
- BigInt? price,
- List<
SuiObjectRef> ? payment, - String? owner,
Implementation
GasConfig({this.budget, this.price, this.payment, this.owner});