> ## Documentation Index
> Fetch the complete documentation index at: https://turnkey-0e7c1f5b-bc-add-sdk-typedoc.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# GetSignedTransactionFromActivity

# Function: getSignedTransactionFromActivity()

> **getSignedTransactionFromActivity**(`activity`): `string`

Defined in: [shared.ts:182](https://github.com/tkhq/sdk/blob/ee72856c3f450731d7501ab05001215768b71500/packages/http/src/shared.ts#L182)

This function is a helper method to easily extract a signed transaction from a completed signing activity.
Particularly useful for scenarios where a signature requires consensus

## Parameters

### activity

the signing activity

## Returns

`string`

signed transaction string
