# UnboundCaspApi.Body3

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | Vault name | 
**description** | **String** | Vault description | 
**groups** | [**[Caspapiv10mngaccountsidvaultsGroups]**](Caspapiv10mngaccountsidvaultsGroups.md) | Vault approval groups | 
**cryptoKind** | **String** | Type of cryptographic algorithm | 
**providerKind** | **String** | Type of crypto currency | 
**hierarchy** | **String** | Vault hierarchy. defaults to deterministic | [optional] 
**coinType** | **Number** | optional BIP44 coin type. see examples in https://github.com/satoshilabs/slips/blob/master/slip-0044.md | [optional] 
**firstAccountName** | **String** | The name of the first BIP44 account | [optional] 
**additionalData** | **String** | Some additional data about the vault, in string form, that can be stored in CASP | [optional] 


<a name="CryptoKindEnum"></a>
## Enum: CryptoKindEnum


* `ECDSA` (value: `"ECDSA"`)

* `EDDSA` (value: `"EDDSA"`)




<a name="HierarchyEnum"></a>
## Enum: HierarchyEnum


* `NONE` (value: `"NONE"`)

* `BIP32` (value: `"BIP32"`)

* `BIP44` (value: `"BIP44"`)




