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

    Interface Limits

    interface Limits {
        compute_units?: number;
        disabled_dex_ids?: string[];
        disabled_dex_names?: string[];
        encoded_bytes?: number;
    }
    Index

    Properties

    compute_units?: number

    Only used to configure the swap transaction's compute budget. The returned quote is not guaranteed to fit inside this CU limit.

    disabled_dex_ids?: string[]
    disabled_dex_names?: string[]
    encoded_bytes?: number

    Limits the number of bytes used to encode the swap. Measured by assembling a v0::Message similiar to SpurClient.compileSwap on the server. Note: v0::Message is not a VesionedTransaction, so it does not include any signatures, so should be chosen at maximum 1215 bytes.