UNPKG

@venly/connect

Version:

Venly Connect SDK

6 lines (5 loc) 148 B
import GasPriceDto from './GasPriceDto'; export default class SuiTransactionPreparationDto { gasPrices: GasPriceDto[]; gasBudget: number; }