WalletLoadError
@demox-labs/aleo-wallet-adapter-base / Exports / WalletLoadError
Class: WalletLoadError
Hierarchy
↳
WalletLoadError
Table of contents
Constructors
Properties
Constructors
constructor
• new WalletLoadError(message?
, error?
)
Parameters
Inherited from
Defined in
Properties
cause
• Optional
cause: unknown
Inherited from
Defined in
node_modules/typescript/lib/lib.es2022.error.d.ts:26
error
• error: any
Inherited from
Defined in
message
• message: string
Inherited from
Defined in
node_modules/typescript/lib/lib.es5.d.ts:1041
name
• name: string
= 'WalletLoadError'
Overrides
Defined in
stack
• Optional
stack: string
Inherited from
Defined in
node_modules/typescript/lib/lib.es5.d.ts:1042
Last updated