Update generated documentation authored by Mariusz Trela's avatar Mariusz Trela
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Interface: IBeekeeperWallet # Interface: IBeekeeperWallet
Defined in: [src/detailed/interfaces.ts:160](https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/5c09b08ba2700af859bc0552e452df243ab23598/programs/beekeeper/beekeeper_wasm/src/detailed/interfaces.ts#L160) Defined in: [src/detailed/interfaces.ts:160](https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/58c770ecdb149264c6a19b4d1d4f6ff36ee68d4c/programs/beekeeper/beekeeper_wasm/src/detailed/interfaces.ts#L160)
## Extends ## Extends
...@@ -14,7 +14,7 @@ Defined in: [src/detailed/interfaces.ts:160](https://gitlab.syncad.com/hive/hive ...@@ -14,7 +14,7 @@ Defined in: [src/detailed/interfaces.ts:160](https://gitlab.syncad.com/hive/hive
> `readonly` **isTemporary**: `boolean` > `readonly` **isTemporary**: `boolean`
Defined in: [src/detailed/interfaces.ts:31](https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/5c09b08ba2700af859bc0552e452df243ab23598/programs/beekeeper/beekeeper_wasm/src/detailed/interfaces.ts#L31) Defined in: [src/detailed/interfaces.ts:31](https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/58c770ecdb149264c6a19b4d1d4f6ff36ee68d4c/programs/beekeeper/beekeeper_wasm/src/detailed/interfaces.ts#L31)
Indicates if wallet exists only in memory or is saved into a file. Indicates if wallet exists only in memory or is saved into a file.
...@@ -28,7 +28,7 @@ Indicates if wallet exists only in memory or is saved into a file. ...@@ -28,7 +28,7 @@ Indicates if wallet exists only in memory or is saved into a file.
> `readonly` **name**: `string` > `readonly` **name**: `string`
Defined in: [src/detailed/interfaces.ts:23](https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/5c09b08ba2700af859bc0552e452df243ab23598/programs/beekeeper/beekeeper_wasm/src/detailed/interfaces.ts#L23) Defined in: [src/detailed/interfaces.ts:23](https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/58c770ecdb149264c6a19b4d1d4f6ff36ee68d4c/programs/beekeeper/beekeeper_wasm/src/detailed/interfaces.ts#L23)
Name of this wallet Name of this wallet
...@@ -42,7 +42,7 @@ Name of this wallet ...@@ -42,7 +42,7 @@ Name of this wallet
> `readonly` `optional` **unlocked**: [`IBeekeeperUnlockedWallet`](./IBeekeeperUnlockedWallet) > `readonly` `optional` **unlocked**: [`IBeekeeperUnlockedWallet`](./IBeekeeperUnlockedWallet)
Defined in: [src/detailed/interfaces.ts:178](https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/5c09b08ba2700af859bc0552e452df243ab23598/programs/beekeeper/beekeeper_wasm/src/detailed/interfaces.ts#L178) Defined in: [src/detailed/interfaces.ts:178](https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/58c770ecdb149264c6a19b4d1d4f6ff36ee68d4c/programs/beekeeper/beekeeper_wasm/src/detailed/interfaces.ts#L178)
Indicates if the wallet is unlocked. If the wallet is locked, this property will be undefined. IBeekeeperUnlockedWallet type otherwise Indicates if the wallet is unlocked. If the wallet is locked, this property will be undefined. IBeekeeperUnlockedWallet type otherwise
...@@ -52,7 +52,7 @@ Indicates if the wallet is unlocked. If the wallet is locked, this property will ...@@ -52,7 +52,7 @@ Indicates if the wallet is unlocked. If the wallet is locked, this property will
> **close**(): [`IBeekeeperSession`](./IBeekeeperSession) > **close**(): [`IBeekeeperSession`](./IBeekeeperSession)
Defined in: [src/detailed/interfaces.ts:15](https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/5c09b08ba2700af859bc0552e452df243ab23598/programs/beekeeper/beekeeper_wasm/src/detailed/interfaces.ts#L15) Defined in: [src/detailed/interfaces.ts:15](https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/58c770ecdb149264c6a19b4d1d4f6ff36ee68d4c/programs/beekeeper/beekeeper_wasm/src/detailed/interfaces.ts#L15)
Ensures that this wallet is locked, then closes it Ensures that this wallet is locked, then closes it
...@@ -76,7 +76,7 @@ on any beekeeper API-related error (error parsing response, invalid input, timeo ...@@ -76,7 +76,7 @@ on any beekeeper API-related error (error parsing response, invalid input, timeo
> **unlock**(`password`): [`IBeekeeperUnlockedWallet`](./IBeekeeperUnlockedWallet) > **unlock**(`password`): [`IBeekeeperUnlockedWallet`](./IBeekeeperUnlockedWallet)
Defined in: [src/detailed/interfaces.ts:170](https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/5c09b08ba2700af859bc0552e452df243ab23598/programs/beekeeper/beekeeper_wasm/src/detailed/interfaces.ts#L170) Defined in: [src/detailed/interfaces.ts:170](https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/58c770ecdb149264c6a19b4d1d4f6ff36ee68d4c/programs/beekeeper/beekeeper_wasm/src/detailed/interfaces.ts#L170)
Unlocks this wallet Unlocks this wallet
... ...
......