StarknetTx
type StarknetTx =
| StarknetTxInvoke
| StarknetTxDeployAccount;
Defined in: atomiq-chain-starknet/src/starknet/chain/modules/StarknetTransactions.ts:93
Represents a Starknet transactions, which can either be an "INVOKE" or "DEPLOY_ACCOUNT" type, use the isStarknetTxInvoke & isStarknetTxDeployAccount to narrow down the type.