interface SuiGasData {
    budget: string;
    owner: string;
    payment: SuiObjectRef[];
    price: string;
}

Properties

budget: string
owner: string
payment: SuiObjectRef[]
price: string