StarknetTxDeployAccount
type StarknetTxDeployAccount = StarknetTxBase & object;
Defined in: atomiq-chain-starknet/src/starknet/chain/modules/StarknetTransactions.ts:66
"DEPLOY_ACCOUNT" type of transaction, used as a first transaction that the account does to deploy its smart account contract on the Starknet
Type Declaration
| Name | Type | Defined in |
|---|---|---|
signed? | DeployAccountContractTransaction | atomiq-chain-starknet/src/starknet/chain/modules/StarknetTransactions.ts:69 |
tx | DeployAccountContractPayload | atomiq-chain-starknet/src/starknet/chain/modules/StarknetTransactions.ts:68 |
type | "DEPLOY_ACCOUNT" | atomiq-chain-starknet/src/starknet/chain/modules/StarknetTransactions.ts:67 |