Defined in: [src/detailed/interfaces.ts:197](https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/a74bad9a396b3e773a554a847dc3b72c3f7ee98d/programs/beekeeper/beekeeper_wasm/src/detailed/interfaces.ts#L197)
Defined in: [src/detailed/interfaces.ts:279](https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/a74bad9a396b3e773a554a847dc3b72c3f7ee98d/programs/beekeeper/beekeeper_wasm/src/detailed/interfaces.ts#L279)
Locks all of the unlocked wallets, closes them, closes this session and makes it unusable
Locks all of the unlocked wallets, closes them, closes this session and makes it unusable
#### Returns
#### Returns
...
@@ -24,6 +20,10 @@ Beekeeper instance owning the closed session
...
@@ -24,6 +20,10 @@ Beekeeper instance owning the closed session
on any beekeeper API-related error (error parsing response, invalid input, timeout error, fs sync error etc.)
on any beekeeper API-related error (error parsing response, invalid input, timeout error, fs sync error etc.)
Defined in: [src/detailed/interfaces.ts:237](https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/a74bad9a396b3e773a554a847dc3b72c3f7ee98d/programs/beekeeper/beekeeper_wasm/src/detailed/interfaces.ts#L237)
Creates a new Beekeeper wallet object owned by this session
Creates a new Beekeeper wallet object owned by this session
##### Parameters
##### Parameters
...
@@ -60,12 +58,14 @@ the created unlocked Beekeeper wallet object
...
@@ -60,12 +58,14 @@ the created unlocked Beekeeper wallet object
on any beekeeper API-related error (error parsing response, invalid input, timeout error, fs sync error etc.)
on any beekeeper API-related error (error parsing response, invalid input, timeout error, fs sync error etc.)
Defined in: [src/detailed/interfaces.ts:250](https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/a74bad9a396b3e773a554a847dc3b72c3f7ee98d/programs/beekeeper/beekeeper_wasm/src/detailed/interfaces.ts#L250)
Creates a new Beekeeper wallet object owned by this session
Creates a new Beekeeper wallet object owned by this session
##### Parameters
##### Parameters
...
@@ -98,14 +98,16 @@ the created unlocked Beekeeper wallet object
...
@@ -98,14 +98,16 @@ the created unlocked Beekeeper wallet object
on any beekeeper API-related error (error parsing response, invalid input, timeout error, fs sync error etc.)
on any beekeeper API-related error (error parsing response, invalid input, timeout error, fs sync error etc.)
Defined in: [src/detailed/interfaces.ts:205](https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/a74bad9a396b3e773a554a847dc3b72c3f7ee98d/programs/beekeeper/beekeeper_wasm/src/detailed/interfaces.ts#L205)
Retrieves the current session info
Retrieves the current session info
#### Returns
#### Returns
...
@@ -118,14 +120,16 @@ Current session information
...
@@ -118,14 +120,16 @@ Current session information
on any beekeeper API-related error (error parsing response, invalid input, timeout error, fs sync error etc.)
on any beekeeper API-related error (error parsing response, invalid input, timeout error, fs sync error etc.)
Defined in: [src/detailed/interfaces.ts:216](https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/a74bad9a396b3e773a554a847dc3b72c3f7ee98d/programs/beekeeper/beekeeper_wasm/src/detailed/interfaces.ts#L216)
Checks if wallet with given name exists
Checks if wallet with given name exists
#### Parameters
#### Parameters
...
@@ -146,14 +150,16 @@ name of the wallet
...
@@ -146,14 +150,16 @@ name of the wallet
on any beekeeper API-related error (error parsing response, invalid input, timeout error, fs sync error etc.)
on any beekeeper API-related error (error parsing response, invalid input, timeout error, fs sync error etc.)
Defined in: [src/detailed/interfaces.ts:225](https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/a74bad9a396b3e773a554a847dc3b72c3f7ee98d/programs/beekeeper/beekeeper_wasm/src/detailed/interfaces.ts#L225)
Lists all of the opened wallets
Lists all of the opened wallets
#### Returns
#### Returns
...
@@ -166,14 +172,16 @@ array of opened Beekeeper wallets (either unlocked or locked)
...
@@ -166,14 +172,16 @@ array of opened Beekeeper wallets (either unlocked or locked)
on any beekeeper API-related error (error parsing response, invalid input, timeout error, fs sync error etc.)
on any beekeeper API-related error (error parsing response, invalid input, timeout error, fs sync error etc.)
Defined in: [src/detailed/interfaces.ts:270](https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/a74bad9a396b3e773a554a847dc3b72c3f7ee98d/programs/beekeeper/beekeeper_wasm/src/detailed/interfaces.ts#L270)
Locks all of the unlocked wallets owned by this session
Locks all of the unlocked wallets owned by this session
#### Returns
#### Returns
...
@@ -186,14 +194,16 @@ array of the locked Beekeeper wallets
...
@@ -186,14 +194,16 @@ array of the locked Beekeeper wallets
on any beekeeper API-related error (error parsing response, invalid input, timeout error, fs sync error etc.)
on any beekeeper API-related error (error parsing response, invalid input, timeout error, fs sync error etc.)
Defined in: [src/detailed/interfaces.ts:261](https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/a74bad9a396b3e773a554a847dc3b72c3f7ee98d/programs/beekeeper/beekeeper_wasm/src/detailed/interfaces.ts#L261)
Opens Beekeeper wallet object owned by this session
Opens Beekeeper wallet object owned by this session
#### Parameters
#### Parameters
...
@@ -213,3 +223,7 @@ the opened Beekeeper wallet object (may be unlocked if it has been previously un
...
@@ -213,3 +223,7 @@ the opened Beekeeper wallet object (may be unlocked if it has been previously un
#### Throws
#### Throws
on any beekeeper API-related error (error parsing response, invalid input, timeout error, fs sync error etc.)
on any beekeeper API-related error (error parsing response, invalid input, timeout error, fs sync error etc.)