@hiveio/beekeeper / default
Function: default()
default(
options
?):Promise
<IBeekeeperInstance
>
Creates a Beekeeper instance able to own sessions and wallets
Parameters
options?
Partial
<IBeekeeperOptions
>
options passed to the WASM Beekeeper
Returns
Promise
<IBeekeeperInstance
>
Beekeeper API Instance
Throws
on any beekeeper API-related error (error parsing response, invalid input, timeout error, fs sync error etc.)