# VyPdaAccount

## Derived Properties ([VySolanaAccountBase](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/wallet/vysolanaaccountbase))

| Field | Type | Description | Required |
| ----- | ---- | ----------- | -------- |

## Properties

| Field      | Type                                                                                                                  | Description                                 | Required |
| ---------- | --------------------------------------------------------------------------------------------------------------------- | ------------------------------------------- | -------- |
| type       | string                                                                                                                |                                             | ✗        |
| isWritable | boolean                                                                                                               |                                             | ✗        |
| seeds      | [VySolanaAccountSeedDto](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/wallet/vysolanaaccountseeddto) | Seed values for generating the PDA account. | ✗        |

## References

**Schema**

* [VySolanaAccountBase](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/wallet/vysolanaaccountbase)
