UNPKG

lisk-framework

Version:

Lisk blockchain application platform

5 lines (4 loc) 311 B
import { BaseCCChannelTerminatedCommand } from '../../base_cc_commands/channel_terminated'; import { SidechainInteroperabilityInternalMethod } from '../internal_method'; export declare class SidechainCCChannelTerminatedCommand extends BaseCCChannelTerminatedCommand<SidechainInteroperabilityInternalMethod> { }