Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Latest commit

 

History

History
102 lines (58 loc) · 2.71 KB

_constants_.md

File metadata and controls

102 lines (58 loc) · 2.71 KB

ethereumjs-util"constants"

Module: "constants"

Index

Variables

Variables

Const KECCAK256_NULL

KECCAK256_NULL: Buffer = Buffer.from(KECCAK256_NULL_S, 'hex')

Defined in constants.ts:29

Keccak-256 hash of null


Const KECCAK256_NULL_S

KECCAK256_NULL_S: string = "c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470"

Defined in constants.ts:23

Keccak-256 hash of null


Const KECCAK256_RLP

KECCAK256_RLP: Buffer = Buffer.from(KECCAK256_RLP_S, 'hex')

Defined in constants.ts:51

Keccak-256 hash of the RLP of null


Const KECCAK256_RLP_ARRAY

KECCAK256_RLP_ARRAY: Buffer = Buffer.from(KECCAK256_RLP_ARRAY_S, 'hex')

Defined in constants.ts:40

Keccak-256 of an RLP of an empty array


Const KECCAK256_RLP_ARRAY_S

KECCAK256_RLP_ARRAY_S: string = "1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"

Defined in constants.ts:34

Keccak-256 of an RLP of an empty array


Const KECCAK256_RLP_S

KECCAK256_RLP_S: string = "56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421"

Defined in constants.ts:45

Keccak-256 hash of the RLP of null


Const MAX_INTEGER

MAX_INTEGER: BN = new BN( 'ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff', 16, )

Defined in constants.ts:7

The max integer that this VM can handle


Const TWO_POW256

TWO_POW256: BN = new BN( '10000000000000000000000000000000000000000000000000000000000000000', 16, )

Defined in constants.ts:15

2^256