> ## 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.

# Accounts

## Type Aliases

### SolanaAccount

```ts theme={null}
type SolanaAccount = Prettify<OpenAPISolanaAccount & AccountActions>;
```

Defined in: [accounts/solana/types.ts:22](https://github.com/coinbase/cdp-sdk/blob/8794662b60e721852bfb60801a1d0bb1bb6e4c59/typescript/src/accounts/solana/types.ts#L22)

A Solana account with actions.

#### See

* OpenAPISolanaAccount
* [AccountActions](/sdks/cdp-sdks-v2/typescript/solana/Actions#accountactions)
