Rename SubscriptionOpts to BlockRange

This commit is contained in:
Leonid Logvinov
2017-12-18 15:35:23 +01:00
parent c63f76dde7
commit 1e4fdcf615
15 changed files with 51 additions and 45 deletions

View File

@@ -57,8 +57,8 @@ import {
} from '../schemas/signed_orders_schema';
import {
blockParamSchema,
subscriptionOptsSchema,
} from '../schemas/subscription_opts_schema';
blockRangeSchema,
} from '../schemas/block_range_schema';
import {
tokenSchema,
} from '../schemas/token_schema';
@@ -81,7 +81,7 @@ export const schemas = {
signedOrderSchema,
signedOrdersSchema,
blockParamSchema,
subscriptionOptsSchema,
blockRangeSchema,
tokenSchema,
jsNumber,
txDataSchema,