Interface EventChannelMessage

An interface for event channel message (blockchain event handler).

interface EventChannelMessage {
    data: any;
    type: EventChannelMessageTypes;
}

Properties

Properties

data: any