DefinitelyTyped/types/ethereum-protocol/ethereum-protocol-tests.ts
2018-06-11 22:07:41 -07:00

5 lines
146 B
TypeScript

import { CallData, BlockParamLiteral } from 'ethereum-protocol';
BlockParamLiteral.Earliest;
BlockParamLiteral.Latest;
BlockParamLiteral.Pending;