Update generated documentation authored by Mateusz Tyszczak's avatar Mateusz Tyszczak
...@@ -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/4e34081251adff620657ddc1a65cfe9aa6c88bf5/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/d76fed53f991b7a9f9fde1f46023803f3240623b/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/4e34081251adff620657ddc1a65cfe9aa6c88bf5/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/d76fed53f991b7a9f9fde1f46023803f3240623b/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/4e34081251adff620657ddc1a65cfe9aa6c88bf5/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/d76fed53f991b7a9f9fde1f46023803f3240623b/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/4e34081251adff620657ddc1a65cfe9aa6c88bf5/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/d76fed53f991b7a9f9fde1f46023803f3240623b/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
... ...
......