@iyonger/aptos-web3-bip44.js
Version:
Web3 SDK For Aptos
12 lines • 451 B
TypeScript
export declare const $GasEstimation: {
readonly description: "Struct holding the outputs of the estimate gas API";
readonly properties: {
readonly gas_estimate: {
readonly type: "number";
readonly description: "The current estimate for the gas unit price";
readonly isRequired: true;
readonly format: "uint64";
};
};
};
//# sourceMappingURL=$GasEstimation.d.ts.map