Swig TS — API References
    Preparing search index...

    Type Alias BatchTransactionConfig

    Configuration for a single transaction in a batch (Classic)

    type BatchTransactionConfig = {
        feePayer: PublicKey;
        innerInstructions: TransactionInstruction[];
        options?: SwigOptions;
        recentBlockhash: string;
        roleId: number;
        signers?: Signer[];
        swig: Swig;
        withSubAccount?: boolean;
    }
    Index

    Properties

    feePayer: PublicKey
    innerInstructions: TransactionInstruction[]
    options?: SwigOptions
    recentBlockhash: string
    roleId: number
    signers?: Signer[]
    swig: Swig
    withSubAccount?: boolean