Helius SDK - v3.1.0
    Preparing search index...

    Interface SendBundleOptions

    Options for sendBundleWithSender.

    interface SendBundleOptions {
        pollIntervalMs?: number;
        pollTimeoutMs?: number;
        region?:
            | "Default"
            | "US_SLC"
            | "US_EAST"
            | "EU_WEST"
            | "EU_CENTRAL"
            | "EU_NORTH"
            | "AP_SINGAPORE"
            | "AP_TOKYO";
    }
    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. Defaults to "Default".