UNPKG

@aeternity/aepp-sdk

Version:
27 lines (19 loc) 710 B
<a id="module_@aeternity/aepp-sdk/es/ae/aepp"></a> ## @aeternity/aepp-sdk/es/ae/aepp Aepp module **Example** ```js import Ae from '@aeternity/aepp-sdk/es/ae/aepp' ``` <a id="exp_module_@aeternity/aepp-sdk/es/ae/aepp--Aepp"></a> ### Aepp([options]) ⇒ `Object` ⏏ Aepp Stamp Aepp provides Ae base functionality with Contract and Aens. This stamp can be used only with Wallet, all Aepp method's going through RPC to Wallet. [Ae](#exp_module_@aeternity/aepp-sdk/es/ae--Ae) clients. **Kind**: Exported function **Returns**: `Object` - Aepp instance **rtype**: `Stamp` | Param | Type | Default | Description | | --- | --- | --- | --- | | [options] | `Object` | <code>{}</code> | Initializer object |