interface TxParamsChannelDepositTx1 {
    _canIncreaseFee?: boolean;
    amount: Int;
    channelId: `ch_${string}`;
    denomination?: AE_AMOUNT_FORMATS;
    fee: undefined | Int;
    fromId: `ak_${string}`;
    nonce: number;
    round: number;
    stateHash: `st_${string}`;
    tag: ChannelDepositTx;
    ttl: undefined | number;
    version?: 1;
}

Hierarchy (view full)

Properties

_canIncreaseFee?: boolean
amount: Int = uInt
channelId: `ch_${string}` = ...
denomination?: AE_AMOUNT_FORMATS
fee: undefined | Int
fromId: `ak_${string}` = ...
nonce: number = ...
round: number = shortUInt
stateHash: `st_${string}` = ...
tag: ChannelDepositTx = ...
ttl: undefined | number
version?: 1

Generated using TypeDoc