Interface TxParamsAsyncChannelSnapshotSoloTx1

interface TxParamsAsyncChannelSnapshotSoloTx1 {
    _canIncreaseFee?: boolean;
    _expectedMineRate?: number;
    _isInternalBuild?: boolean;
    _microBlockCycle?: number;
    absoluteTtl?: boolean;
    channelId: `ch_${string}`;
    denomination?: AE_AMOUNT_FORMATS;
    fee?: Int;
    fromId: `ak_${string}`;
    nonce?: number;
    onNode?: Node;
    payload: `tx_${string}`;
    strategy?: Enum1;
    tag: ChannelSnapshotSoloTx;
    ttl?: number;
    version?: 1;
}

Hierarchy (View Summary)

Properties

_canIncreaseFee?: boolean
_expectedMineRate?: number
_isInternalBuild?: boolean
_microBlockCycle?: number
absoluteTtl?: boolean
channelId: `ch_${string}` = ...
denomination?: AE_AMOUNT_FORMATS
fee?: Int
fromId: `ak_${string}` = ...
nonce?: number = ...
onNode?: Node
payload: `tx_${string}` = ...
strategy?: Enum1
ttl?: number
version?: 1