Update generated documentation authored by Gandalf's avatar Gandalf
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Interface: IWallet # Interface: IWallet
Defined in: [src/detailed/interfaces.ts:7](https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/dc3c841cbae80a5a72f99349350ca5aedefe9944/programs/beekeeper/beekeeper_wasm/src/detailed/interfaces.ts#L7) Defined in: [src/detailed/interfaces.ts:7](https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/8fd320302244ee94a1c451b4be3871d02b08181a/programs/beekeeper/beekeeper_wasm/src/detailed/interfaces.ts#L7)
## Extended by ## Extended by
...@@ -15,7 +15,7 @@ Defined in: [src/detailed/interfaces.ts:7](https://gitlab.syncad.com/hive/hive/p ...@@ -15,7 +15,7 @@ Defined in: [src/detailed/interfaces.ts:7](https://gitlab.syncad.com/hive/hive/p
> `readonly` **isTemporary**: `boolean` > `readonly` **isTemporary**: `boolean`
Defined in: [src/detailed/interfaces.ts:31](https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/dc3c841cbae80a5a72f99349350ca5aedefe9944/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/8fd320302244ee94a1c451b4be3871d02b08181a/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.
...@@ -25,7 +25,7 @@ Indicates if wallet exists only in memory or is saved into a file. ...@@ -25,7 +25,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/dc3c841cbae80a5a72f99349350ca5aedefe9944/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/8fd320302244ee94a1c451b4be3871d02b08181a/programs/beekeeper/beekeeper_wasm/src/detailed/interfaces.ts#L23)
Name of this wallet Name of this wallet
...@@ -35,7 +35,7 @@ Name of this wallet ...@@ -35,7 +35,7 @@ Name of this wallet
> **close**(): [`IBeekeeperSession`](./IBeekeeperSession) > **close**(): [`IBeekeeperSession`](./IBeekeeperSession)
Defined in: [src/detailed/interfaces.ts:15](https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/dc3c841cbae80a5a72f99349350ca5aedefe9944/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/8fd320302244ee94a1c451b4be3871d02b08181a/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
... ...
......