Add a documentation page for ethereum types

This commit is contained in:
Leonid Logvinov
2018-06-04 10:54:14 -07:00
parent d50fbac5f9
commit 9212d67e2f
15 changed files with 179 additions and 2 deletions

View File

@@ -35,6 +35,7 @@ const docIdToSubpackageName: { [id: string]: string } = {
[DocPackages.SolCov]: 'sol-cov',
[DocPackages.Subproviders]: 'subproviders',
[DocPackages.OrderUtils]: 'order-utils',
[DocPackages.EthereumTypes]: 'ethereum-types',
};
export interface DocPageProps {