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

# SendSolanaTransactionResult

```ts theme={null}
type SendSolanaTransactionResult = {
  transactionSignature: string;
};
```

Result of sendSolanaTransaction.

## Properties

| Property                                               | Type     | Description                |
| ------------------------------------------------------ | -------- | -------------------------- |
| <a id="transactionsignature" /> `transactionSignature` | `string` | The transaction signature. |
