lisk-framework
Version:
Lisk blockchain application platform
5 lines (4 loc) • 311 B
TypeScript
import { MainchainInteroperabilityInternalMethod } from '../internal_method';
import { BaseCCChannelTerminatedCommand } from '../../base_cc_commands/channel_terminated';
export declare class MainchainCCChannelTerminatedCommand extends BaseCCChannelTerminatedCommand<MainchainInteroperabilityInternalMethod> {
}