UNPKG

@iyonger/aptos-web3-bip44.js

Version:
15 lines (12 loc) 273 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Struct holding the outputs of the estimate gas API */ export type GasEstimation = { /** * The current estimate for the gas unit price */ gas_estimate: number; };