Defined in: [src/detailed/interfaces.ts:197](https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/4e34081251adff620657ddc1a65cfe9aa6c88bf5/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/4e34081251adff620657ddc1a65cfe9aa6c88bf5/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
...
@@ -20,27 +24,29 @@ Beekeeper instance owning the closed session
...
@@ -20,27 +24,29 @@ 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/4e34081251adff620657ddc1a65cfe9aa6c88bf5/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
• **name**: `string`
###### name
`string`
name of wallet
name of wallet
• **password?**: `string`
###### password?
`string`
password used for creation of a wallet. Not required and in this case a password is automatically generated and returned
password used for creation of a wallet. Not required and in this case a password is automatically generated and returned
...
@@ -54,27 +60,31 @@ the created unlocked Beekeeper wallet object
...
@@ -54,27 +60,31 @@ 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/4e34081251adff620657ddc1a65cfe9aa6c88bf5/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
• **name**: `string`
###### name
`string`
name of wallet
name of wallet
• **password**: `string`
###### password
`string`
password used for creation of a wallet. Not required and in this case a password is automatically generated and returned
password used for creation of a wallet. Not required and in this case a password is automatically generated and returned
• **isTemporary**: `boolean`
###### isTemporary
`boolean`
If `true` the wallet exists only in memory otherwise is saved into a file. (defaults to `false`)
If `true` the wallet exists only in memory otherwise is saved into a file. (defaults to `false`)
...
@@ -88,16 +98,14 @@ the created unlocked Beekeeper wallet object
...
@@ -88,16 +98,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:205](https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/4e34081251adff620657ddc1a65cfe9aa6c88bf5/programs/beekeeper/beekeeper_wasm/src/detailed/interfaces.ts#L205)
Retrieves the current session info
Retrieves the current session info
#### Returns
#### Returns
...
@@ -110,21 +118,21 @@ Current session information
...
@@ -110,21 +118,21 @@ 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/4e34081251adff620657ddc1a65cfe9aa6c88bf5/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
• **name**: `string`
##### name
`string`
name of the wallet
name of the wallet
...
@@ -138,16 +146,14 @@ name of the wallet
...
@@ -138,16 +146,14 @@ 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/4e34081251adff620657ddc1a65cfe9aa6c88bf5/programs/beekeeper/beekeeper_wasm/src/detailed/interfaces.ts#L225)
Lists all of the opened wallets
Lists all of the opened wallets
#### Returns
#### Returns
...
@@ -160,16 +166,14 @@ array of opened Beekeeper wallets (either unlocked or locked)
...
@@ -160,16 +166,14 @@ 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/4e34081251adff620657ddc1a65cfe9aa6c88bf5/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
...
@@ -182,21 +186,21 @@ array of the locked Beekeeper wallets
...
@@ -182,21 +186,21 @@ 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/4e34081251adff620657ddc1a65cfe9aa6c88bf5/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
• **name**: `string`
##### name
`string`
name of wallet
name of wallet
...
@@ -209,7 +213,3 @@ the opened Beekeeper wallet object (may be unlocked if it has been previously un
...
@@ -209,7 +213,3 @@ 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.)