isStarknetTxDeployAccount()
function isStarknetTxDeployAccount(obj): obj is StarknetTxDeployAccount;
Defined in: atomiq-chain-starknet/src/starknet/chain/modules/StarknetTransactions.ts:78
Type-guard for the "DEPLOY_ACCOUNT" type of transaction, used as a first transaction that the account does to deploy its smart account contract on the Starknet
Parameters
| Parameter | Type |
|---|---|
obj | any |
Returns
obj is StarknetTxDeployAccount