ChannelStateData returns the SignBytes data for channel state verification.

interface ChannelStateData {
    channel?: Channel;
    path: Uint8Array;
}

Properties

Properties

channel?: Channel
path: Uint8Array