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
/
types
/
constants.d.ts
7 lines
(6 loc)
•
260 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
const
TX_GAS
=
5000
;
export
declare
const
VM_GAS
=
15000
;
export
declare
const
CLAUSE_GAS
=
16000
;
export
declare
const
CLAUSE_GAS_CONTRACT_CREATION
=
48000
;
export
declare
const
ZERO_BYTES_GAS
=
4
;
export
declare
const
NON_ZERO_BYTES_GAS
=
68
;