UNPKG

@vechain.energy/gas

Version:

calculate estimated gas usage for transactions

7 lines (6 loc) 206 B
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