Remove Earliest from blockParamLiterals since specifying block 0 is trivial and this type can be reused in situations where the options are pending or latest

This commit is contained in:
Fabio Berger
2017-11-23 15:20:20 -06:00
parent f97074dc84
commit 5068f1666a

View File

@@ -350,7 +350,6 @@ export interface IndexedFilterValues {
export enum BlockParamLiteral {
Latest = 'latest',
Earliest = 'earliest',
Pending = 'pending',
}