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