spur-client - v0.5.1
    Preparing search index...

    Interface SwapInfo

    interface SwapInfo {
        dex_id: string;
        dex_last_update_slot: number;
        dex_name: string;
        edge_last_update_slot: number;
        edge_last_update_time_ms: string;
        swap_input_amount: string;
        swap_input_mint: string;
        swap_output_amount: string;
        swap_output_mint: string;
    }
    Index

    Properties

    dex_id: string

    base58 encoded PublicKey

    dex_last_update_slot: number

    Last slot the dex state executing the swap was updated.

    dex_name: string

    Symbolic program name

    edge_last_update_slot: number

    Last slot any dex state that could execute this swap was updated.

    edge_last_update_time_ms: string

    Last utc epoch milisecond any dex state that could execute this swap was updated.

    swap_input_amount: string

    u64 native atoms encoded as decimal string

    swap_input_mint: string

    base58 encoded PublicKey

    swap_output_amount: string

    u64 native atoms encoded as decimal string

    swap_output_mint: string

    base58 encoded PublicKey