Interface TxUnpackedChannelForceProgressTx1

interface TxUnpackedChannelForceProgressTx1 {
    channelId: `ch_${string}`;
    fee: string;
    fromId: `ak_${string}`;
    nonce: number;
    offChainTrees: `ss_${string}`;
    payload: `tx_${string}`;
    round: number;
    stateHash: `st_${string}`;
    tag: ChannelForceProgressTx;
    ttl: number;
    update: `cb_${string}`;
    version: 1;
}

Hierarchy (view full)

Properties

channelId: `ch_${string}` = ...
fee: string
fromId: `ak_${string}` = ...
nonce: number = ...
offChainTrees: `ss_${string}` = ...
payload: `tx_${string}` = ...
round: number = shortUInt
stateHash: `st_${string}` = ...
ttl: number
update: `cb_${string}` = ...
version: 1 = ...

Generated using TypeDoc