> ## Documentation Index
> Fetch the complete documentation index at: https://developers.squads.so/llms.txt
> Use this file to discover all available pages before exploring further.

# SignAndSendRequest

Request to sign and send a transaction to the blockchain.

## Properties

| Property                                           | Type                                                                                                     | Description                               |
| -------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | ----------------------------------------- |
| <a id="sessionsecrets" /> `sessionSecrets`         | `TaggedKeyPair`\[] \| `Keypair`\[]                                                                       | Cryptographic keys for signing            |
| <a id="session" /> `session?`                      | `any`\[]                                                                                                 | Optional session data from authentication |
| <a id="transactionpayload" /> `transactionPayload` | [`TransactionPayload`](/grid/v1/sdk-reference/typescript/reference/latest/interfaces/TransactionPayload) | Transaction data to be signed and sent    |
| <a id="address" /> `address`                       | `string`                                                                                                 | Target address for the transaction        |
