Package Exports
- ethereumjs-block
- ethereumjs-block/from-rpc
- ethereumjs-block/header
- ethereumjs-block/header-from-rpc
- ethereumjs-block/header.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ethereumjs-block) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
SYNOPSIS
Implements schema and functions related to Ethereum's block.
INSTALL
npm install ethereumjs-block
BROWSER
This module work with browserify
.
API
TESTING
Tests in the tests
directory are partly outdated and testing is primarily done by running the BlockchainTests
from within the ethereumjs-vm repository.
Relevant test folders:
bcTotalDifficultyTest
- TODO