@hiveio/beekeeper v1.27.6-rc3-stable.241008151748 / IBeekeeperWallet
Interface: IBeekeeperWallet
Extends
Properties
isTemporary
readonly
isTemporary:boolean
Indicates if wallet exists only in memory or is saved into a file.
Inherited from
Source
name
readonly
name:string
Name of this wallet
Inherited from
Source
unlocked?
optional
readonly
unlocked:IBeekeeperUnlockedWallet
Indicates if the wallet is unlocked. If the wallet is locked, this property will be undefined. IBeekeeperUnlockedWallet type otherwise
Source
Methods
close()
close():
IBeekeeperSession
Ensures that this wallet is locked, then closes it
Returns
Beekeeper session owning the closed wallet
Inherited from
Throws
on any beekeeper API-related error (error parsing response, invalid input, timeout error, fs sync error etc.)
Source
unlock()
unlock(
password
):IBeekeeperUnlockedWallet
Unlocks this wallet
Parameters
• password: string
password to the wallet
Returns
Unlocked Beekeeper wallet
Throws
on any beekeeper API-related error (error parsing response, invalid input, timeout error, fs sync error etc.)