import GasPriceDto from './GasPriceDto';
export default class SuiTransactionPreparationDto {
    gasPrices: GasPriceDto[];
    gasBudget: number;
}
