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