Helius SDK - v3.0.0
    Preparing search index...

    Type Alias SendTransactionFn

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

    Send a pre-signed transaction. Returns the signature.

    Type Declaration