Function get_tx_effects
pub unconstrained fn get_tx_effects(
tx_hashes: EphemeralArray<Field>,
) -> EphemeralArray<Option<TxEffect>>
pub unconstrained fn get_tx_effects(
tx_hashes: EphemeralArray<Field>,
) -> EphemeralArray<Option<TxEffect>>
Fetches all effects of settled transactions by hash, preserving request order.