@iyonger/aptos-web3-bip44.js
Version:
Web3 SDK For Aptos
15 lines (14 loc) • 418 B
text/typescript
/* 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;