Client
@aeternity/aepp-sdk/es/rpc/client
RPC client module
Example
import RpcClient from '@aeternity/aepp-sdk/es/rpc/client'
RpcClient([options]) ⇒ Object
⏏
RPC client Stamp
Kind: Exported function
Returns: Object
- RPC client
rtype: Stamp
Param | Type | Default | Description |
---|---|---|---|
[options] | Object |
{} |
Initializer object |
[options.parent] | Object |
window.parent |
IFrame parent window |
[options.self] | Object |
window |
IFrame window |
Example
RpcClient()