Skip to main content

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

ParameterType
addressstring

Returns

WalletVerificationError

Overrides

Error.constructor

Properties

address

readonly address: string;

Defined in: atomiq-chain-starknet/src/starknet/wallet/accounts/DeployedStarkCurveWallet.ts:19