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

    Type Alias SendTransactionWithSenderFn

    SendTransactionWithSenderFn: (
        args: Omit<CreateSmartTxWithTipInput, "tipAmount"> & SendViaSenderOptions,
    ) => Promise<string>

    Build, tip, and send a transaction via the Helius sender infrastructure.

    Type Declaration