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

    Interface HeliusSendOptions

    Options for the low-level sendTransaction helper.

    interface HeliusSendOptions {
        maxRetries?: number;
        minContextSlot?: number;
        preflightCommitment?: string;
        skipPreflight?: boolean;
        validatorAcls?: string[];
    }
    Index

    Properties

    maxRetries?: number
    minContextSlot?: number
    preflightCommitment?: string
    skipPreflight?: boolean
    validatorAcls?: string[]