apollo_rpc: delete client_transaction conversion impls#14271
apollo_rpc: delete client_transaction conversion impls#14271ShahakShama wants to merge 1 commit into
Conversation
Remove all From/TryFrom impls converting RPC transaction types to apollo_starknet_client::writer::objects::transaction types. These were only used by the add_*_transaction handlers removed in the previous PR. Also removes TypedInvokeTransaction and TypedDeployAccountTransaction, which were only needed as input types for the deleted handlers. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
PR SummaryLow Risk Overview In In Reviewed by Cursor Bugbot for commit 37fe747. Bugbot is set up for automated code reviews on this repo. Configure here. |

Remove all From/TryFrom impls converting RPC transaction types to
apollo_starknet_client::writer::objects::transaction types. These were
only used by the add_*_transaction handlers removed in the previous PR.
Also removes TypedInvokeTransaction and TypedDeployAccountTransaction,
which were only needed as input types for the deleted handlers.
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com