Interface TxUnpackedChannelClientReconnectTx1

interface TxUnpackedChannelClientReconnectTx1 {
    channelId: `ch_${string}`;
    pubkey: `ak_${string}`;
    role: string;
    round: number;
    tag: ChannelClientReconnectTx;
    version: 1;
}

Hierarchy (view full)

Properties

channelId: `ch_${string}` = ...
pubkey: `ak_${string}` = ...
role: string = string
round: number = shortUInt
version: 1 = ...

Generated using TypeDoc