# isStarknetTxDeployAccount()

```
function isStarknetTxDeployAccount(obj): obj is StarknetTxDeployAccount;
```

Defined in: [atomiq-chain-starknet/src/starknet/chain/modules/StarknetTransactions.ts:79](https://github.com/atomiqlabs/atomiq-chain-starknet/blob/697277c430597a8514a43540ef8b9a10e2b6a595/src/starknet/chain/modules/StarknetTransactions.ts#L79)

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`
