# EIP712Types

A mapping of type names to arrays of fields.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**EIP712Domain** | [**Array&lt;EIP712TypeEntry&gt;**](EIP712TypeEntry.md) |  | [default to undefined]

## Example

```typescript
import { EIP712Types } from '@curvegrid/multibaas-sdk';

const instance: EIP712Types = {
    EIP712Domain,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
