# AddressAlias

An address and it\'s alias.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**alias** | **string** | An alias to easily identify and reference addresses. | [default to undefined]
**address** | **string** | An ethereum address. | [default to undefined]

## Example

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

const instance: AddressAlias = {
    alias,
    address,
};
```

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