<a id="module_@aeternity/aepp-sdk/es/accounts"></a>

## @aeternity/aepp-sdk/es/accounts
Accounts module

**Example**  
```js
import Accounts from '@aeternity/aepp-sdk/es/accounts'
```
<a id="exp_module_@aeternity/aepp-sdk/es/accounts--Accounts"></a>

### Accounts([options]) ⇒ `Object` ⏏
Accounts Stamp

The purpose of the Accounts Stamp is to wrap up
[Account](#exp_module_@aeternity/aepp-sdk/es/account--Account) objects and provide a
common interface to all of them. Accounts are a substantial part of
[Wallet](#exp_module_@aeternity/aepp-sdk/es/ae/wallet--Wallet)s.

**Kind**: Exported function  
**Returns**: `Object` - Accounts instance  
**rtype**: `Stamp`

| Param | Type | Default | Description |
| --- | --- | --- | --- |
| [options] | `Object` | <code>{}</code> | Initializer object |

**Example**  
```js
Accounts()
```
