> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cdp.coinbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SendSolanaTransactionButton

```ts theme={null}
function SendSolanaTransactionButton(props: SendSolanaTransactionButtonProps): Element;
```

A button that signs and sends a Solana transaction.

## Parameters

| Parameter | Type                                                                                                                             | Description                                              |
| --------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------- |
| `props`   | [`SendSolanaTransactionButtonProps`](/sdks/cdp-sdks-v2/frontend/@coinbase/cdp-react/Interfaces/SendSolanaTransactionButtonProps) | The props for the SendSolanaTransactionButton component. |

## Returns

`Element`

The rendered component.
