UNPKG

@ethereumjs/mpt

Version:

Implementation of the modified merkle patricia tree as specified in Ethereum's yellow paper.

6 lines 292 B
import type { GenesisState } from '@ethereumjs/common'; /** * Derives the stateRoot of the genesis block based on genesis allocations */ export declare function genesisMPTStateRoot(genesisState: GenesisState): Promise<Uint8Array<ArrayBufferLike>>; //# sourceMappingURL=genesisState.d.ts.map