import GasPriceDto from './GasPriceDto'; export default class AvacTransactionPreparationDto { gasPrices: GasPriceDto[]; gasLimit: number; reverted: boolean; }