Swig TS — API References
    Preparing search index...

    Type Alias SwigOptions

    type SwigOptions = {
        currentSlot?: bigint;
        payer?: SolPublicKeyData;
        postInstructions?: SolInstruction[];
        preFetch?: boolean;
        preInstructions?: SolInstruction[];
        signingFn?: SigningFn;
    }
    Index

    Properties

    currentSlot?: bigint
    postInstructions?: SolInstruction[]
    preFetch?: boolean
    preInstructions?: SolInstruction[]
    signingFn?: SigningFn