UNPKG

@qso-soft/shared

Version:

Shared library for QSO-soft

3 lines 229 B
export const getSpentGas = (gasPrice, gasUsed) => getSpentGasByFee(`${parseInt(gasPrice) * parseInt(gasUsed)}`); export const getSpentGasByFee = (fee) => parseInt(fee) / Math.pow(10, 18); //# sourceMappingURL=get-spent-gas.js.map