@hiveio/beekeeper / IWallet
Interface: IWallet
Extended by
Properties
isTemporary
readonly
isTemporary:boolean
Indicates if wallet exists only in memory or is saved into a file.
Defined in
name
readonly
name:string
Name of this wallet
Defined in
Methods
close()
close():
IBeekeeperSession
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.)