Interface TxUnpackedChannelOffChainTx2

interface TxUnpackedChannelOffChainTx2 {
    channelId: `ch_${string}`;
    round: number;
    stateHash: `st_${string}`;
    tag: ChannelOffChainTx;
    version: 2;
}

Hierarchy (view full)

Properties

channelId: `ch_${string}` = ...
round: number = shortUInt
stateHash: `st_${string}` = ...
version: 2 = ...

Generated using TypeDoc