UNPKG

@venly/connect

Version:

Venly Connect SDK

7 lines (6 loc) 201 B
import { GasPriceCoefDto } from './GasPriceCoefDto'; export default class VeChainTransactionPreparationDto { gasPriceCoefficients: GasPriceCoefDto[]; gasLimit: number; reverted: boolean; }