Interface TxParamsAsyncChannelForceProgressTx1

interface TxParamsAsyncChannelForceProgressTx1 {
    _canIncreaseFee?: boolean;
    _expectedMineRate?: number;
    _isInternalBuild?: boolean;
    _microBlockCycle?: number;
    absoluteTtl?: boolean;
    channelId: `ch_${string}`;
    denomination?: AE_AMOUNT_FORMATS;
    fee: undefined | Int;
    fromId: `ak_${string}`;
    nonce?: number;
    offChainTrees: `ss_${string}`;
    onNode?: Node;
    payload: `tx_${string}`;
    round: number;
    stateHash: `st_${string}`;
    strategy?: NextNonceStrategy;
    tag: ChannelForceProgressTx;
    ttl: undefined | number;
    update: `cb_${string}`;
    version?: 1;
}

Hierarchy (view full)

Properties

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

Generated using TypeDoc