@ethereumjs/block
Version:
Provides Block serialization and help functions
6 lines • 315 B
TypeScript
export { Block } from './block.js';
export { type BeaconPayloadJson, executionPayloadFromBeaconPayload } from './from-beacon-payload.js';
export { BlockHeader } from './header.js';
export { getDifficulty, valuesArrayToHeaderData } from './helpers.js';
export * from './types.js';
//# sourceMappingURL=index.d.ts.map