UNPKG

@vechain.energy/gas

Version:

calculate estimated gas usage for transactions

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