export default class GasPriceDto {
    gasPrice: number;
    defaultPrice: boolean;
}
