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

    Interface TxHelpersLazy

    Transaction helper methods available on helius.tx.

    Provides utilities for simulating compute units, building smart transactions with automatic priority fees, sending via the Helius sender infrastructure, and polling for confirmations.

    Index

    Properties

    broadcastTransaction: BroadcastTransactionFn

    Submit a base-64 wire transaction and poll until confirmed.

    createSmartTransaction: CreateSmartTransactionFn

    Build, simulate, and sign a smart transaction with automatic compute budget and priority fees.

    getComputeUnits: GetComputeUnitsFn

    Simulate a transaction and return the compute units consumed.

    pollTransactionConfirmation: PollTransactionConfirmationFn

    Poll the RPC until a transaction reaches the desired confirmation status.

    sendSmartTransaction: SendSmartTransactionFn

    Build, sign, send, and confirm a smart transaction in one call.

    sendTransaction: SendTransactionFn

    Send a pre-signed transaction (any supported format).

    sendTransactionWithSender: SendTransactionWithSenderFn

    Build and send a transaction via the Helius sender infrastructure (SWQOS).