Memory
@aeternity/aepp-sdk/es/account/memory
Memory Account module
Example
import MemoryAccount from '@aeternity/aepp-sdk/es/account/memory'
MemoryAccount([options]) ⇒ Account
⏏
In-memory Account
factory
Kind: Exported function
rtype: Stamp
Param | Type | Default | Description |
---|---|---|---|
[options] | Object |
{} |
Initializer object |
options.keypair | Object |
Key pair to use | |
options.keypair.publicKey | String |
Public key | |
options.keypair.secretKey | String |
Private key |