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

    Function createTxMessage

    • The return type is stated explicitly rather than inferred. Kit does not export V1TransactionConfig, so an inferred type that structurally includes it cannot be named in the emitted declarations (TS2742).

      Type Parameters

      • TVersion extends TransactionVersion = TransactionVersion

      Parameters

      Returns (
          | Extract<Readonly<{}>, { version: TVersion }>
          | Extract<Readonly<{}>, { version: TVersion }>
          | Extract<V1TransactionMessage, { version: TVersion }>
      ) & TransactionMessageWithFeePayer<string> & Partial<
          TransactionMessageWithBlockhashLifetime,
      >