Helius SDK - v2.2.2
    Preparing search index...

    Interface SendViaSenderOptions

    Options for sendTransactionWithSender — route through Helius sender infra.

    interface SendViaSenderOptions {
        pollIntervalMs?: number;
        pollTimeoutMs?: number;
        region:
            | "Default"
            | "US_SLC"
            | "US_EAST"
            | "EU_WEST"
            | "EU_CENTRAL"
            | "EU_NORTH"
            | "AP_SINGAPORE"
            | "AP_TOKYO";
        swqosOnly?: boolean;
        tipAmount?: number;
    }
    Index

    Properties

    pollIntervalMs?: number

    Polling cadence in milliseconds.

    pollTimeoutMs?: number

    Overall polling timeout in milliseconds.

    region:
        | "Default"
        | "US_SLC"
        | "US_EAST"
        | "EU_WEST"
        | "EU_CENTRAL"
        | "EU_NORTH"
        | "AP_SINGAPORE"
        | "AP_TOKYO"

    Sender region to route through.

    swqosOnly?: boolean

    Route only through SWQOS infrastructure.

    tipAmount?: number

    Explicit lamport tip override.