# VyPdaAccount

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

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

## Properties

| Field      | Type                                                                                                                  | Description                                 | Required |
| ---------- | --------------------------------------------------------------------------------------------------------------------- | ------------------------------------------- | -------- |
| Type       | string                                                                                                                |                                             | ✗        |
| IsWritable | bool                                                                                                                  |                                             | ✗        |
| Seeds      | [VySolanaAccountSeedDto](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/vysolanaaccountseeddto) | Seed values for generating the PDA account. | ✗        |

## References

**Schema**

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