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

    Type Alias SendTransactionFn

    SendTransactionFn: (
        tx: SendableTransaction,
        opts?: HeliusSendOptions,
    ) => Promise<Signature>

    Send a pre-signed transaction. Returns the signature.

    Type Declaration