Interface TxParamsChannelForceProgressTx1

interface TxParamsChannelForceProgressTx1 {
    _canIncreaseFee?: boolean;
    channelId: `ch_${string}`;
    denomination?: AE_AMOUNT_FORMATS;
    fee: undefined | Int;
    fromId: `ak_${string}`;
    nonce: number;
    offChainTrees: `ss_${string}`;
    payload: `tx_${string}`;
    round: number;
    stateHash: `st_${string}`;
    tag: ChannelForceProgressTx;
    ttl: undefined | number;
    update: `cb_${string}`;
    version?: 1;
}

Hierarchy (view full)

Properties

_canIncreaseFee?: boolean
channelId: `ch_${string}` = ...
denomination?: AE_AMOUNT_FORMATS
fee: undefined | Int
fromId: `ak_${string}` = ...
nonce: number = ...
offChainTrees: `ss_${string}` = ...
payload: `tx_${string}` = ...
round: number = shortUInt
stateHash: `st_${string}` = ...
ttl: undefined | number
update: `cb_${string}` = ...
version?: 1

Generated using TypeDoc