Changes
Page history
Update generated documentation
authored
Jun 26, 2024
by
Bartek Wrona
Show whitespace changes
Inline
Side-by-side
interfaces/IWalletCreated.md
0 → 100644
View page @
213565a5
[
@hiveio/beekeeper v1.27.6-rc1-stable.240626220315
](
../globals
)
/ IWalletCreated
# Interface: IWalletCreated
## Properties
### password
> **password**: `string`
Password used for unlocking your wallet
#### Source
[
src/interfaces.ts:186
](
https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/838166b567c1d62715351c14be1f8e327570995c/programs/beekeeper/beekeeper_wasm/src/interfaces.ts#L186
)
***
### wallet
> **wallet**: [`IBeekeeperUnlockedWallet`](./IBeekeeperUnlockedWallet)
Unlocked, ready to use wallet
#### Source
[
src/interfaces.ts:179
](
https://gitlab.syncad.com/hive/hive/programs/beekeeper/beekeeper_wasm/-/blob/838166b567c1d62715351c14be1f8e327570995c/programs/beekeeper/beekeeper_wasm/src/interfaces.ts#L179
)