UNPKG

@iyonger/aptos-web3-bip44.js

Version:
15 lines (14 loc) 418 B
/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export const $GasEstimation = { description: `Struct holding the outputs of the estimate gas API`, properties: { gas_estimate: { type: 'number', description: `The current estimate for the gas unit price`, isRequired: true, format: 'uint64', }, }, } as const;