@hiveio/beekeeper / IWallet
Interface: IWallet
Defined in: src/detailed/interfaces.ts:7
Extended by
Properties
isTemporary
readonly
isTemporary:boolean
Defined in: src/detailed/interfaces.ts:31
Indicates if wallet exists only in memory or is saved into a file.
name
readonly
name:string
Defined in: src/detailed/interfaces.ts:23
Name of this wallet
Methods
close()
close():
IBeekeeperSession
Defined in: src/detailed/interfaces.ts:15
Ensures that this wallet is locked, then closes it
Returns
Beekeeper session owning the closed wallet
Throws
on any beekeeper API-related error (error parsing response, invalid input, timeout error, fs sync error etc.)