UNPKG

@arkane-network/arkane-connect

Version:

Arkane Connect - api library for 3th parties

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