# AccessTuple

An access tuple representing an address and its storage keys.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**address** | **string** | An ethereum address. | [default to undefined]
**storageKeys** | **Array&lt;string&gt;** |  | [default to undefined]

## Example

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

const instance: AccessTuple = {
    address,
    storageKeys,
};
```

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