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

## @aeternity/aepp-sdk/es/rpc/client
RPC client module

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

### RpcClient([options]) ⇒ `Object` ⏏
RPC client Stamp

**Kind**: Exported function  
**Returns**: `Object` - RPC client  
**rtype**: `Stamp`

| Param | Type | Default | Description |
| --- | --- | --- | --- |
| [options] | `Object` | <code>{}</code> | Initializer object |
| [options.parent] | `Object` | <code>window.parent</code> | IFrame parent window |
| [options.self] | `Object` | <code>window</code> | IFrame window |

**Example**  
```js
RpcClient()
```
