UNPKG
@vechain.energy/gas
Version:
latest (1.1.0)
1.1.0
1.0.4
1.0.3
1.0.2
calculate estimated gas usage for transactions
vechain.energy
vechain-energy/gas
@vechain.energy/gas
/
src
/
constants.ts
7 lines
(6 loc)
•
206 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
const
TX_GAS =
5000
export
const
VM_GAS =
15000
export
const
CLAUSE_GAS
=
16000
export
const
CLAUSE_GAS_CONTRACT_CREATION
=
48000
export
const
ZERO_BYTES_GAS =
4
export
const
NON_ZERO_BYTES_GAS =
68