Export

SwapMetadata

interface SwapMetadata {
    affiliateAddress: string;
    affiliateFee: string;
    isStreamingSwap: boolean;
    liquidityFee: string;
    memo: string;
    networkFees: NetworkFees;
    streamingSwapMeta?: StreamingSwapMeta;
    swapSlip: string;
    swapTarget: string;
}

Properties

affiliateAddress: string

Affiliate fee address of the swap, empty if fee swap

Memberof

SwapMetadata

affiliateFee: string

Int64 (Basis points, 0-1000, where 1000=10%)

Memberof

SwapMetadata

isStreamingSwap: boolean

indicate whether this action was streaming

Memberof

SwapMetadata

liquidityFee: string

Int64(e8), RUNE amount charged as swap liquidity fee

Memberof

SwapMetadata

memo: string

Transaction memo of the swap action

Memberof

SwapMetadata

networkFees: NetworkFees

Memberof

SwapMetadata

streamingSwapMeta?: StreamingSwapMeta

Memberof

SwapMetadata

swapSlip: string

Int64 (Basis points, 0-10000, where 10000=100%), swap slip percentage

Memberof

SwapMetadata

swapTarget: string

Int64(e8), minimum output amount specified for the swap

Memberof

SwapMetadata

Generated using TypeDoc