Interface TxParamsAsyncChannelWithdrawTx1

interface TxParamsAsyncChannelWithdrawTx1 {
    _canIncreaseFee?: boolean;
    _expectedMineRate?: number;
    _isInternalBuild?: boolean;
    _microBlockCycle?: number;
    absoluteTtl?: boolean;
    amount: Int;
    channelId: `ch_${string}`;
    denomination?: AE_AMOUNT_FORMATS;
    fee: undefined | Int;
    fromId: string;
    nonce?: number;
    onNode?: Node;
    round: number;
    stateHash: `st_${string}`;
    strategy?: NextNonceStrategy;
    tag: ChannelWithdrawTx;
    toId: `ak_${string}`;
    ttl: undefined | number;
    version?: 1;
}

Hierarchy (view full)

Properties

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

Generated using TypeDoc