UNPKG

@venly/connect

Version:

Venly Connect SDK

7 lines (6 loc) 171 B
import GasPriceDto from './GasPriceDto'; export default class AvacTransactionPreparationDto { gasPrices: GasPriceDto[]; gasLimit: number; reverted: boolean; }