WalletDecryptionNotAllowedError
@demox-labs/aleo-wallet-adapter-base / Exports / WalletDecryptionNotAllowedError
Class: WalletDecryptionNotAllowedError
Hierarchy
↳
WalletDecryptionNotAllowedError
Table of contents
Constructors
Properties
Constructors
constructor
• new WalletDecryptionNotAllowedError(message?
, error?
)
Parameters
Name | Type |
---|---|
|
|
|
|
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
= 'WalletDecryptionNotAllowedError'
Overrides
Defined in
stack
• Optional
stack: string
Inherited from
Defined in
node_modules/typescript/lib/lib.es5.d.ts:1042
Last updated