AccountNotDeployedError
Defined in: atomiq-chain-starknet/src/starknet/wallet/accounts/DeployedStarkCurveWallet.ts:7
Thrown when the target account is not deployed on-chain, so its signature rules can't be checked.
Extends
Error
Constructors
Constructor
new AccountNotDeployedError(address): AccountNotDeployedError;
Defined in: atomiq-chain-starknet/src/starknet/wallet/accounts/DeployedStarkCurveWallet.ts:8
Parameters
| Parameter | Type |
|---|---|
address | string |
Returns
AccountNotDeployedError
Overrides
Error.constructor
Properties
address
readonly address: string;
Defined in: atomiq-chain-starknet/src/starknet/wallet/accounts/DeployedStarkCurveWallet.ts:8