UNPKG

@iyonger/aptos-web3-bip44.js

Version:
10 lines 248 B
/** * Struct holding the outputs of the estimate gas API */ export declare type GasEstimation = { /** * The current estimate for the gas unit price */ gas_estimate: number; }; //# sourceMappingURL=GasEstimation.d.ts.map