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

# WalletType

```ts theme={null}
const WalletType: {
  Custodial: "custodial";
  SelfCustody: "self_custody";
};
```

Defined in: [\_vendor/api/types/TravelRuleBeneficiary.ts:20](https://github.com/coinbase/cdp-sdk/blob/a1195adcfa5a93627bd3cb79831b188cc13073a1/typescript/packages/cdp-sdk/src/_vendor/api/types/TravelRuleBeneficiary.ts#L20)

The type of the beneficiary's wallet.

## Type Declaration

### Custodial

```ts theme={null}
readonly Custodial: "custodial" = "custodial";
```

### SelfCustody

```ts theme={null}
readonly SelfCustody: "self_custody" = "self_custody";
```
