UNPKG

lisk-framework

Version:

Lisk blockchain application platform

5 lines (4 loc) 267 B
import { BaseStateRecoveryCommand } from '../../base_state_recovery'; import { SidechainInteroperabilityInternalMethod } from '../internal_method'; export declare class RecoverStateCommand extends BaseStateRecoveryCommand<SidechainInteroperabilityInternalMethod> { }