Interface TxParamsAsyncChannelClientReconnectTx1

interface TxParamsAsyncChannelClientReconnectTx1 {
    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