Interface TxStagesResponseSwapStatusStreaming

Export

TxStagesResponseSwapStatusStreaming

interface TxStagesResponseSwapStatusStreaming {
    count: number;
    interval: number;
    quantity: number;
}

Properties

count: number

the amount of swap attempts so far

Memberof

TxStagesResponseSwapStatusStreaming

interval: number

how often each swap is made, in blocks

Memberof

TxStagesResponseSwapStatusStreaming

quantity: number

the total number of swaps in a streaming swaps

Memberof

TxStagesResponseSwapStatusStreaming

Generated using TypeDoc