WalletVerificationError
Defined in: atomiq-chain-starknet/src/starknet/wallet/accounts/DeployedStarkCurveWallet.ts:18
Thrown when the deployed account rejects a signature from the key (wrong key, or a scheme a single Stark-curve key can't satisfy, e.g. multisig/guardian/secp256r1).
Extends
Error
Constructors
Constructor
new WalletVerificationError(address): WalletVerificationError;
Defined in: atomiq-chain-starknet/src/starknet/wallet/accounts/DeployedStarkCurveWallet.ts:19
Parameters
| Parameter | Type |
|---|---|
address | string |
Returns
WalletVerificationError
Overrides
Error.constructor
Properties
address
readonly address: string;
Defined in: atomiq-chain-starknet/src/starknet/wallet/accounts/DeployedStarkCurveWallet.ts:19