Streaming Metadata associated with the action if it was streaming swap

Export

StreamingSwapMeta

interface StreamingSwapMeta {
    count: string;
    depositedCoin: Coin;
    failedSwapReasons?: string[];
    failedSwaps?: string[];
    inCoin: Coin;
    interval: string;
    lastHeight: string;
    outCoin: Coin;
    quantity: string;
}

Properties

count: string

Int64, Number of swaps events which already happened.

Memberof

StreamingSwapMeta

depositedCoin: Coin

Memberof

StreamingSwapMeta

failedSwapReasons?: string[]

Array of failed swaps reasons in streaming swap.

Memberof

StreamingSwapMeta

failedSwaps?: string[]

Array of failed swaps index in streaming swap.

Memberof

StreamingSwapMeta

inCoin: Coin

Memberof

StreamingSwapMeta

interval: string

Int64, Number of blocks between swpas. (Blocks/Swap) E.g. 1 means every block.

Memberof

StreamingSwapMeta

lastHeight: string

Int64, The last blockheight the final swap happend (not outbound). This field will be missing until the final swap happens.

Memberof

StreamingSwapMeta

outCoin: Coin

Memberof

StreamingSwapMeta

quantity: string

Int64, Number of swaps which thorchain is planning to execute. Total count at the end might be less.

Memberof

StreamingSwapMeta

Generated using TypeDoc