Comparing version 5.0.2-525 to 5.0.2-528
/// <reference types="bunyan" /> | ||
import { Logger } from './BunyanProvider'; | ||
import { Action, ActionReaderOptions, Effect, EffectRunMode, HandlerInfo, HandlerVersion, IndexState, NextBlock, VersionedAction } from './interfaces'; | ||
import { Action, ActionHandlerOptions, Effect, EffectRunMode, HandlerInfo, HandlerVersion, IndexState, NextBlock, VersionedAction } from './interfaces'; | ||
/** | ||
@@ -29,3 +29,3 @@ * Takes `block`s output from implementations of `AbstractActionReader` and processes their actions through the | ||
*/ | ||
constructor(handlerVersions: HandlerVersion[], options?: ActionReaderOptions); | ||
constructor(handlerVersions: HandlerVersion[], options?: ActionHandlerOptions); | ||
/** | ||
@@ -32,0 +32,0 @@ * Receive block, validate, and handle actions with updaters and effects |
@@ -29,3 +29,3 @@ import { LogLevel } from 'bunyan'; | ||
} | ||
export interface ActionReaderOptions { | ||
export interface ActionHandlerOptions { | ||
effectRunMode?: EffectRunMode; | ||
@@ -32,0 +32,0 @@ maxEffectErrors?: number; |
{ | ||
"name": "demux", | ||
"version": "5.0.2-525", | ||
"version": "5.0.2-528", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "block.one", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
126872