SignedStarknetTx
type SignedStarknetTx = StarknetTx;
Defined in: atomiq-chain-starknet/src/starknet/chain/modules/StarknetTransactions.ts:103
Represents a signed Starknet transactions, which can either be an "INVOKE" or "DEPLOY_ACCOUNT" type, use the isStarknetTxInvoke & isStarknetTxDeployAccount to narrow down the type.
Remark
For Starknet this is just an alias for StarknetTx