Skip to content

Selector

@aeternity/aepp-sdk/es/account/selector

Accounts Selector module

This is the complement to @aeternity/aepp-sdk/es/accounts.

Example

import Selector from '@aeternity/aepp-sdk/es/account/selector'

Selector([options]) ⇒ Account

Selector Stamp

Kind: Exported function
Returns: Account - Account instance
rtype: Stamp

Param Type Default Description
[options] Object {} Initializer object

Example

Selector()

.selectAccount(address) ⏏

Select specific account

Kind: instance method of @aeternity/aepp-sdk/es/account/selector
rtype: (address: String) => Void

Param Type Description
address String Address of account to select

Example

selectAccount('ak_xxxxxxxx')